diff options
author | nona@chromium.org <nona@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-01 19:51:24 +0000 |
---|---|---|
committer | nona@chromium.org <nona@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-01 19:51:24 +0000 |
commit | f311449d333a2034332ebc6aa0370f6a325e267a (patch) | |
tree | bb5c9eaf1771d6073b0396ac791d008c74e0cd74 /chrome/common/chrome_switches.h | |
parent | 314eded5c0cada5ceb9333b71d29cbb75e953751 (diff) | |
download | chromium_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.h | 2 |
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[]; |