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

Unified Diff: chrome/browser/chromeos/login/chrome_restart_request.cc

Issue 12547016: Enable browser plugin compositing by default, but add a flag to disable it. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 9 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
« no previous file with comments | « no previous file | content/browser/renderer_host/gpu_message_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/chrome_restart_request.cc
diff --git a/chrome/browser/chromeos/login/chrome_restart_request.cc b/chrome/browser/chromeos/login/chrome_restart_request.cc
index 531ef29bcd19bb6a1177ed48a3b4232ec31c8b6e..19ad0909d759060b591435932c32d5b046a57359 100644
--- a/chrome/browser/chromeos/login/chrome_restart_request.cc
+++ b/chrome/browser/chromeos/login/chrome_restart_request.cc
@@ -72,6 +72,7 @@ std::string DeriveCommandLine(const GURL& start_url,
::switches::kDisableAcceleratedOverflowScroll,
::switches::kDisableAcceleratedPlugins,
::switches::kDisableAcceleratedVideoDecode,
+ ::switches::kDisableBrowserPluginCompositing,
::switches::kDisableEncryptedMedia,
::switches::kDisableForceCompositingMode,
::switches::kDisableGpuWatchdog,
@@ -83,7 +84,6 @@ std::string DeriveCommandLine(const GURL& start_url,
::switches::kDisableSeccompFilterSandbox,
::switches::kDisableSeccompSandbox,
::switches::kEnableAcceleratedOverflowScroll,
- ::switches::kEnableBrowserPluginCompositing,
::switches::kEnableCompositingForFixedPosition,
::switches::kEnableGestureTapHighlight,
::switches::kEnableLogging,
@@ -284,10 +284,6 @@ std::string GetKioskAppCommandLine(const std::string& app_id) {
app_switches.SetString(::switches::kForceAppMode, std::string());
app_switches.SetString(::switches::kAppId, app_id);
app_switches.SetString(::switches::kLoginUser, std::string());
- // TODO(zelidrag): Move the next switch to /sbin/session_manager_setup.sh
- // instead once http://crbug.com/179256 is resolved.
- app_switches.SetString(::switches::kEnableBrowserPluginCompositing,
- std::string());
const CommandLine& browser_command_line = *CommandLine::ForCurrentProcess();
CommandLine new_command_line(browser_command_line.GetProgram());
« no previous file with comments | « no previous file | content/browser/renderer_host/gpu_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698