| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 524a8fca18d4e0d81f53602c43d8eb89f392b896..6dfdc05120d94861a278e7a63a464ace496e0dc7 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1223,6 +1223,9 @@ const char kUserDataDir[] = "user-data-dir";
|
| // Examines a .crx for validity and prints the result.
|
| const char kValidateCrx[] = "validate-crx";
|
|
|
| +// Checks a .crx file's hash sum.
|
| +const char kValidateCrxHash[] = "validate-crx-hash";
|
| +
|
| // Uses experimental simple cache backend if possible.
|
| const char kUseSimpleCacheBackend[] = "use-simple-cache-backend";
|
|
|
|
|