Chromium Code Reviews| Index: chrome/common/chrome_switches.cc |
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
| index 2093c69dfe3d5669028ca281f141323118d7e2ee..20c4f6ff1886daabde6b2bba695c26645729476c 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, ie: DOMUI version of options window. |
|
stuartmorgan
2011/01/07 19:12:34
nit: ie -> i.e.
James Hawkins
2011/01/07 19:16:09
Done.
|
| +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. |