| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index a27e2db97436752b7eb8a388a776ddd470e5d94d..28e1ef08fc885d7a7af0f1f4afe49750e7962c5e 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -658,6 +658,10 @@ const char kEnableResourceContentSettings[] =
|
| // supported server-side for searches on google.com.
|
| const char kEnableSdch[] = "enable-sdch";
|
|
|
| +// Enables support of sticky keys.
|
| +// TODO(nona): Remove this switch and make this as default.
|
| +const char kEnableStickyKeys[] = "enable-sticky-keys";
|
| +
|
| // Disable SPDY/3.1. This is a temporary testing flag.
|
| const char kDisableSpdy31[] = "disable-spdy31";
|
|
|
|
|