diff options
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[]; |