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

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

Issue 11359184: ui/gfx: Create a new gfx switches file to put gfx specific switches there. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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 | « chrome/browser/about_flags.cc ('k') | ui/base/ui_base_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/login_utils.cc
diff --git a/chrome/browser/chromeos/login/login_utils.cc b/chrome/browser/chromeos/login/login_utils.cc
index 04dc5e28aeef71c7625622b98907d49c8d47461d..71c8874a1ed13c5c0820fc4f6ddf60a5b7fde30a 100644
--- a/chrome/browser/chromeos/login/login_utils.cc
+++ b/chrome/browser/chromeos/login/login_utils.cc
@@ -89,6 +89,7 @@
#include "net/url_request/url_request_context_getter.h"
#include "ui/base/ui_base_switches.h"
#include "ui/compositor/compositor_switches.h"
+#include "ui/gfx/switches.h"
#include "ui/gl/gl_switches.h"
#include "webkit/plugins/plugin_switches.h"
@@ -757,7 +758,6 @@ std::string LoginUtilsImpl::GetOffTheRecordCommandLine(
::switches::kDisableOobeAnimation,
::switches::kDisableSeccompFilterSandbox,
::switches::kDisableSeccompSandbox,
- ::switches::kEnableBrowserTextSubpixelPositioning,
::switches::kEnableCompositingForFixedPosition,
::switches::kEnableEncryptedMedia,
::switches::kEnableGView,
@@ -768,7 +768,6 @@ std::string LoginUtilsImpl::GetOffTheRecordCommandLine(
::switches::kEnableSmoothScrolling,
::switches::kEnableThreadedCompositing,
::switches::kEnableViewport,
- ::switches::kEnableWebkitTextSubpixelPositioning,
::switches::kDisableThreadedCompositing,
::switches::kForceCompositingMode,
::switches::kGpuStartupDialog,
@@ -791,14 +790,6 @@ std::string LoginUtilsImpl::GetOffTheRecordCommandLine(
::switches::kTouchDevices,
::switches::kTouchOptimizedUI,
::switches::kOldCheckboxStyle,
- ash::switches::kAshTouchHud,
- ash::switches::kAshWindowAnimationsDisabled,
- ash::switches::kAuraLegacyPowerButton,
- ash::switches::kAuraNoShadows,
- ash::switches::kAshDisablePanelFitting,
- cc::switches::kDisableThreadedAnimation,
- cc::switches::kEnablePartialSwap,
- cc::switches::kEnablePinchInCompositor,
::switches::kUIEnablePartialSwap,
::switches::kUIEnableThreadedCompositing,
::switches::kUIPrioritizeInGpuProcess,
@@ -807,7 +798,17 @@ std::string LoginUtilsImpl::GetOffTheRecordCommandLine(
#endif
::switches::kUseGL,
::switches::kUserDataDir,
+ ash::switches::kAshTouchHud,
+ ash::switches::kAshWindowAnimationsDisabled,
+ ash::switches::kAuraLegacyPowerButton,
+ ash::switches::kAuraNoShadows,
+ ash::switches::kAshDisablePanelFitting,
+ cc::switches::kDisableThreadedAnimation,
+ cc::switches::kEnablePartialSwap,
+ cc::switches::kEnablePinchInCompositor,
chromeos::switches::kDbusStub,
+ gfx::switches::kEnableBrowserTextSubpixelPositioning,
+ gfx::switches::kEnableWebkitTextSubpixelPositioning,
};
command_line->CopySwitchesFrom(base_command_line,
kForwardSwitches,
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | ui/base/ui_base_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698