Chromium Code Reviews| Index: chrome/common/chrome_switches.h |
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h |
| index e48121d90ef1948e5bfb9ee41fb99e7e7bf56d6e..ac0eb469864fd83b7ed49dd3baf05f5dbf4a2ce8 100644 |
| --- a/chrome/common/chrome_switches.h |
| +++ b/chrome/common/chrome_switches.h |
| @@ -31,6 +31,7 @@ extern const char kAllowHTTPBackgroundPage[]; |
| extern const char kAllowHttpScreenCapture[]; |
| extern const char kAllowLegacyExtensionManifests[]; |
| extern const char kAllowNaClSocketAPI[]; |
| +extern const char kAllowNaClCrxFsAPI[]; |
|
yzshen1
2013/05/22 18:14:23
nit: alphabetically, please.
victorhsieh
2013/05/22 19:47:33
Done.
|
| extern const char kAllowOutdatedPlugins[]; |
| extern const char kAllowRunningInsecureContent[]; |
| extern const char kAllowScriptingGallery[]; |