Index: extensions/common/switches.cc |
diff --git a/extensions/common/switches.cc b/extensions/common/switches.cc |
index fcc6f4990b11537ba1afcd7f470c64a7f969254c..f3ea11a43b78d58952af7f7ee18314c40c5f9e07 100644 |
--- a/extensions/common/switches.cc |
+++ b/extensions/common/switches.cc |
@@ -101,6 +101,10 @@ const char kWhitelistedExtensionID[] = "whitelisted-extension-id"; |
// Pass launch source to platform apps. |
const char kTraceAppSource[] = "enable-trace-app-source"; |
+// Enable package hash check: the .crx file sha256 hash sum should be equal to |
+// the one received from update manifest. |
+const char kEnableCrxHashCheck[] = "enable-crx-hash-check"; |
+ |
} // namespace switches |
} // namespace extensions |