summaryrefslogtreecommitdiffstats
path: root/ash/ash_switches.cc
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-31 06:48:35 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-31 06:48:35 +0000
commit963dd66d50e38cc8957b251b786836e5ba2fa077 (patch)
tree3554572a9f34fad208770c90a93ee9517330ea92 /ash/ash_switches.cc
parent98838d5e0fc1266e0312fe03e07082836e7cd684 (diff)
downloadchromium_src-963dd66d50e38cc8957b251b786836e5ba2fa077.zip
chromium_src-963dd66d50e38cc8957b251b786836e5ba2fa077.tar.gz
chromium_src-963dd66d50e38cc8957b251b786836e5ba2fa077.tar.bz2
Small refactorings on chrome://gpu before I move it to src/content.
-remove chrome://gpu-internals and just have chrome://gpu -remove tabs since that is empty and just links to chrome://tracing (also will be moved in a future change) -move the disable panel fitting switch to content. the gpu feature flag is already there, so this seems equivalent -get the version from ContentClient. This is slightly less information, but it's possible to extrapolate the rest -don't duplicate the list of crashes (checked with Tom that this is ok) BUG=169170 Review URL: https://codereview.chromium.org/12095073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@179811 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash_switches.cc')
-rw-r--r--ash/ash_switches.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc
index 37399cb..4ab1672 100644
--- a/ash/ash_switches.cc
+++ b/ash/ash_switches.cc
@@ -45,9 +45,6 @@ const char kAshDisableDisplayChangeLimiter[] =
// Disables boot animation v2, go back to v1.
const char kAshDisableBootAnimation2[] = "ash-disable-boot-animation2";
-// Disables panel fitting (used for mirror mode).
-const char kAshDisablePanelFitting[] = "ash-disable-panel-fitting";
-
// Enable advanced gestures (e.g. for window management).
const char kAshEnableAdvancedGestures[] = "ash-enable-advanced-gestures";