Chromium Code Reviews| Index: chrome/common/chrome_switches.cc |
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
| index a4e91b3564101fd066c12f12cab4141f957e922d..ce2bf47da3e6310e2c2c6bca91f502451dc67e89 100644 |
| --- a/chrome/common/chrome_switches.cc |
| +++ b/chrome/common/chrome_switches.cc |
| @@ -1374,6 +1374,9 @@ const char kUserDataDir[] = "user-data-dir"; |
| // Uses the ClientLogin signin flow instead of the web-based signin flow. |
| const char kUseClientLoginSigninFlow[] = "use-client-login-signin-flow"; |
| +// Uses experiental simple cache backend if possible. |
|
SteveT
2013/03/15 14:07:05
experiental -> experimental
pasko-google - do not use
2013/03/15 15:36:28
Done.
|
| +const char kUseSimpleCacheBackend[] = "use-simple-cache-backend"; |
| + |
| // Specifies a custom URL for the server which reports variation data to the |
| // client. Specifying this switch enables the Variations service on |
| // unofficial builds. See variations_service.cc. |