Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 9774636f86c8619b9d625ee7ce3aac71f630b894..97f24200a575bc8e070aa25cde892bde47d63086 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -47,6 +47,10 @@ const char kAllowLegacyExtensionManifests[] = |
// access to TCP/UDP socket APIs. |
const char kAllowNaClSocketAPI[] = "allow-nacl-socket-api"; |
+// Specifies comma-separated list of extension ids or hosts to grant |
+// access to CRX file system APIs. |
+const char kAllowNaClCrxFsAPI[] = "allow-nacl-crxfs-api"; |
yzshen1
2013/05/22 18:14:23
alphabetically, please.
victorhsieh
2013/05/22 19:47:33
Done.
|
+ |
// Don't block outdated plugins. |
const char kAllowOutdatedPlugins[] = "allow-outdated-plugins"; |