| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 0ac26eaaacbbc6c21e8b9439c90cc92fc2f02516..7b852c8ab067a208b535a67688352e5a23aea440 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1205,6 +1205,9 @@ const char kMemoryWidget[] = "memory-widget";
|
| // Disables gdata content provider.
|
| const char kDisableGData[] = "disable-gdata";
|
|
|
| +// Disables Libcros.
|
| +const char kDisableLibcros[] = "disable-libcros";
|
| +
|
| // Skips OAuth part of ChromeOS login process.
|
| const char kSkipOAuthLogin[] = "skip-oauth-login";
|
|
|
|
|