Index: extensions/common/switches.cc |
diff --git a/extensions/common/switches.cc b/extensions/common/switches.cc |
index 41c3469f2bdd580375b7fa7372e065bdb3fb7d51..57ea9602c5748c7a42d5c2cda61a950b9c793672 100644 |
--- a/extensions/common/switches.cc |
+++ b/extensions/common/switches.cc |
@@ -35,6 +35,16 @@ const char kEventPageIdleTime[] = "event-page-idle-time"; |
// notified of its impending unload and that unload happening. |
const char kEventPageSuspendingTime[] = "event-page-unloading-time"; |
+// Values for the kExtensionContentVerification flag. See ContentVerifier::Mode |
+// for more explanation. |
+const char kExtensionContentVerificationBootstrap[] = "bootstrap"; |
+const char kExtensionContentVerificationEnforceStrict[] = "enforce_strict"; |
+const char kExtensionContentVerificationEnforce[] = "enforce"; |
+ |
+// Name of the command line flag to force content verification to be on in one |
+// of various modes. |
+const char kExtensionContentVerification[] = "extension-content-verification"; |
+ |
// Marks a renderer as extension process. |
const char kExtensionProcess[] = "extension-process"; |