summaryrefslogtreecommitdiffstats
path: root/chromeos/chromeos_switches.cc
diff options
context:
space:
mode:
authorjamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-01 04:58:31 +0000
committerjamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-01 04:58:31 +0000
commitafb70beb228acaf185b9858ae58cc90c8cc7389e (patch)
treefa7f7a4b37c3884b0613ab9ebd0af339b90030f6 /chromeos/chromeos_switches.cc
parent5ab8102322aea9221e1a3a947b2deb7c8a3cbe78 (diff)
downloadchromium_src-afb70beb228acaf185b9858ae58cc90c8cc7389e.zip
chromium_src-afb70beb228acaf185b9858ae58cc90c8cc7389e.tar.gz
chromium_src-afb70beb228acaf185b9858ae58cc90c8cc7389e.tar.bz2
cros: Remove SwapJank64vs32Parrot experiment
Based on the data from M30 we should be able to switch from 32-bit to 64-bit builds without hurting the user experience. BUG=256360 TEST=compiles Review URL: https://codereview.chromium.org/23514042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@226141 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chromeos/chromeos_switches.cc')
-rw-r--r--chromeos/chromeos_switches.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
index e32c51d..935dd0f 100644
--- a/chromeos/chromeos_switches.cc
+++ b/chromeos/chromeos_switches.cc
@@ -178,10 +178,6 @@ const char kNaturalScrollDefault[] = "enable-natural-scroll-default";
// out-of-memory process killer.
const char kNoDiscardTabs[] = "no-discard-tabs";
-// Disables recording of swap and CPU utilization metrics logging after tab
-// switch and scroll events.
-const char kNoSwapMetrics[] = "no-swap-metrics";
-
// Skips all other OOBE pages after user login.
const char kOobeSkipPostLogin[] = "oobe-skip-postlogin";