diff options
Diffstat (limited to 'chrome/browser/plugin_process_host.cc')
-rw-r--r-- | chrome/browser/plugin_process_host.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/plugin_process_host.cc b/chrome/browser/plugin_process_host.cc index 3739c3f..ab17bb0 100644 --- a/chrome/browser/plugin_process_host.cc +++ b/chrome/browser/plugin_process_host.cc @@ -373,6 +373,9 @@ bool PluginProcessHost::Init(const WebPluginInfo& info, switches::kMemoryProfiling, switches::kUseLowFragHeapCrt, switches::kEnableStatsTable, +#if defined(OS_CHROMEOS) + switches::kProfile, +#endif }; const CommandLine& browser_command_line = *CommandLine::ForCurrentProcess(); |