cefsimple: Only instantiate SimpleApp in the browser process (issue #1776)

This commit is contained in:
Marshall Greenblatt
2015-12-03 17:27:32 -05:00
parent b4a159a1da
commit bd6e656747
4 changed files with 21 additions and 17 deletions

View File

@@ -7,6 +7,7 @@
#include "include/cef_app.h"
// Implement application-level callbacks for the browser process.
class SimpleApp : public CefApp,
public CefBrowserProcessHandler {
public: