| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index faf64805741a4d302aaab9c837387da5621e2d30..e6aa0ca9d2e1415e6fa7ad64b5392d22ce52ad53 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -123,9 +123,6 @@ const char kDisableBackingStoreLimit[] = "disable-backing-store-limit";
|
| // Disable support for cached byte-ranges.
|
| const char kDisableByteRangeSupport[] = "disable-byte-range-support";
|
|
|
| -// Disables the cookie prompt.
|
| -const char kDisableCookiePrompt[] = "disable-cookie-prompt";
|
| -
|
| // Disables the custom JumpList on Windows 7.
|
| const char kDisableCustomJumpList[] = "disable-custom-jumplist";
|
|
|
| @@ -307,6 +304,9 @@ const char kEnableCloudPrintProxy[] = "enable-cloud-print-proxy";
|
| // Enables the Cloud Print dialog hosting code.
|
| const char kEnableCloudPrint[] = "enable-cloud-print";
|
|
|
| +// Enables the cookie prompt.
|
| +const char kEnableCookiePrompt[ ] = "enable-cookie-prompt";
|
| +
|
| // Enables device orientation events.
|
| const char kEnableDeviceOrientation[] = "enable-device-orientation";
|
|
|
|
|