Chromium Code Reviews| Index: extensions/common/switches.h |
| diff --git a/extensions/common/switches.h b/extensions/common/switches.h |
| index f79e32fe5f09f167987aa6480c5dfccfd19602e0..b75840318408752a3c1d505f0d01b842854a890c 100644 |
| --- a/extensions/common/switches.h |
| +++ b/extensions/common/switches.h |
| @@ -18,6 +18,10 @@ extern const char kEnableOverrideBookmarksUI[]; |
| extern const char kErrorConsole[]; |
| extern const char kEventPageIdleTime[]; |
| extern const char kEventPageSuspendingTime[]; |
| +extern const char kExtensionContentVerificationBootstrap[]; |
| +extern const char kExtensionContentVerificationEnforceStrict[]; |
| +extern const char kExtensionContentVerificationEnforce[]; |
| +extern const char kExtensionContentVerification[]; |
|
Yoyo Zhou
2014/05/07 02:25:59
nit: this one looks like it should come first alph
asargent_no_longer_on_chrome
2014/05/07 06:56:42
Ugh, in this case emacs' "M-x sort-lines" (what I
|
| extern const char kExtensionProcess[]; |
| extern const char kExtensionsOnChromeURLs[]; |
| extern const char kForceDevModeHighlighting[]; |