Chromium Code Reviews| Index: chrome/common/chrome_switches.cc |
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
| index 89bae2de21e2566404ece9b907344468fb9e4eac..02ddc0dd8a190e0ac696bdcec55a5f55acdc3117 100644 |
| --- a/chrome/common/chrome_switches.cc |
| +++ b/chrome/common/chrome_switches.cc |
| @@ -1208,6 +1208,9 @@ const char kMemoryWidget[] = "memory-widget"; |
| // Disables gdata content provider. |
| const char kDisableGData[] = "disable-gdata"; |
| +// Disables Libcros. |
| +const char kDisableLibcros[] = "disable-libcros"; |
|
stevenjb
2012/04/17 00:17:44
nit: align with others
hashimoto
2012/04/17 00:55:18
Done.
|
| + |
| // Skips OAuth part of ChromeOS login process. |
| const char kSkipOAuthLogin[] = "skip-oauth-login"; |