| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 2093c69dfe3d5669028ca281f141323118d7e2ee..7928cf2f8a576c285e848a5a8810e7c1e51f6fe0 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -345,6 +345,9 @@ const char kDisableSyncThemes[] = "disable-sync-themes";
|
| const char kEnableSyncNewAutofill[] =
|
| "enable-sync-new-autofill-data-type";
|
|
|
| +// Disable tabbed options, i.e., DOMUI version of options window.
|
| +const char kDisableTabbedOptions[] = "disable-tabbed-options";
|
| +
|
| // TabCloseableStateWatcher disallows closing of tabs and browsers under certain
|
| // situations on ChromeOS. Some tests expect tabs or browsers to close, so we
|
| // need a switch to disable the watcher.
|
| @@ -565,9 +568,6 @@ const char kEnableSyncSessions[] = "enable-sync-sessions";
|
| // Enable syncing browser typed urls.
|
| const char kEnableSyncTypedUrls[] = "enable-sync-typed-urls";
|
|
|
| -// Enable tabbed options, ie: dom-ui version of options window.
|
| -const char kEnableTabbedOptions[] = "enable-tabbed-options";
|
| -
|
| // Enable use of experimental TCP sockets API for sending data in the
|
| // SYN packet.
|
| const char kEnableTcpFastOpen[] = "enable-tcp-fastopen";
|
|
|