summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.h
diff options
context:
space:
mode:
authornona@chromium.org <nona@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-01 19:51:24 +0000
committernona@chromium.org <nona@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-01 19:51:24 +0000
commitf311449d333a2034332ebc6aa0370f6a325e267a (patch)
treebb5c9eaf1771d6073b0396ac791d008c74e0cd74 /chrome/common/chrome_switches.h
parent314eded5c0cada5ceb9333b71d29cbb75e953751 (diff)
downloadchromium_src-f311449d333a2034332ebc6aa0370f6a325e267a.zip
chromium_src-f311449d333a2034332ebc6aa0370f6a325e267a.tar.gz
chromium_src-f311449d333a2034332ebc6aa0370f6a325e267a.tar.bz2
Making sticky keys as default.
Temporary enables for trusted testers for M30. The default value should be flipped to false before M30. BUG=None TEST=None Review URL: https://chromiumcodereview.appspot.com/20788003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215089 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.h')
-rw-r--r--chrome/common/chrome_switches.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index 42afaef..84ff1fb 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -196,6 +196,8 @@ extern const char kEnableResourceContentSettings[];
extern const char kEnableSavePasswordBubble[];
extern const char kEnableSdch[];
extern const char kEnableStickyKeys[];
+extern const char kDisableStickyKeys[];
+extern const char kDisableSpdy31[];
extern const char kEnableSpdy4a2[];
extern const char kEnableSpdyCredentialFrames[];
extern const char kEnableSpellingAutoCorrect[];