| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 55ebff8424a65b675d00695bb24d4e18ea358b9d..cc0f7f6d0e171943e416bff72dfcacbc9a4a9b4f 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1376,6 +1376,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";
|
|
|
| +// Examines a .crx for validity and prints the result.
|
| +const char kValidateCrx[] = "validate-crx";
|
| +
|
| // Uses experimental simple cache backend if possible.
|
| const char kUseSimpleCacheBackend[] = "use-simple-cache-backend";
|
|
|
|
|