Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(373)

Unified Diff: chrome/browser/renderer_host/browser_render_process_host.cc

Issue 2716002: Add a command line switch to enable the pepper testing interface. This moves ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/renderer_host/browser_render_process_host.cc
===================================================================
--- chrome/browser/renderer_host/browser_render_process_host.cc (revision 49168)
+++ chrome/browser/renderer_host/browser_render_process_host.cc (working copy)
@@ -61,6 +61,7 @@
#include "ipc/ipc_platform_file.h"
#include "ipc/ipc_switches.h"
#include "media/base/media_switches.h"
+#include "webkit/glue/plugins/plugin_switches.h"
#if defined(OS_WIN)
#include "app/win_util.h"
@@ -573,6 +574,7 @@
switches::kDisableFlashCoreAnimation,
#endif
switches::kRemoteShellPort,
+ switches::kEnablePepperTesting,
};
for (size_t i = 0; i < arraysize(switch_names); ++i) {
« no previous file with comments | « no previous file | webkit/glue/plugins/pepper_plugin_module.cc » ('j') | webkit/glue/plugins/pepper_plugin_module.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698