Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(13)

Unified Diff: content/public/common/content_switches.cc

Issue 13032002: Add RequestOSFileHandle as a private PPAPI (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: addressed comments Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/public/common/content_switches.cc
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index 272793f46a1fa6ebc1a79728a360f77fdbac71f6..34c630ff023b6e52d3176c64ac86e0095fb4aa2e 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -10,6 +10,10 @@ namespace switches {
// override for developers who need the old behavior for testing.
const char kAllowFileAccessFromFiles[] = "allow-file-access-from-files";
+// Specifies command-separated list of extension ids or hosts to grant
+// access to GetOSFileHandle private API.
+const char kAllowGetOSFileHandleAPI[] = "allow-get-os-file-handle-api";
yzshen1 2013/03/27 20:47:58 optional: It seems good to have Nacl in the name:
hamaji 2013/03/28 00:17:29 Hmm actually, I intentionally removed NaCl from th
yzshen1 2013/03/28 20:59:49 Okay. :) On 2013/03/28 00:17:29, hamaji wrote:
+
// Allows debugging of sandboxed processes (see zygote_main_linux.cc).
const char kAllowSandboxDebugging[] = "allow-sandbox-debugging";

Powered by Google App Engine
This is Rietveld 408576698