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

Unified Diff: chrome/common/nacl_cmd_line.cc

Issue 10392004: Add a runtime switch to control whether NaCl uses the IPC or SRPC Proxy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 7 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
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/nacl_cmd_line.cc
===================================================================
--- chrome/common/nacl_cmd_line.cc (revision 136022)
+++ chrome/common/nacl_cmd_line.cc (working copy)
@@ -27,6 +27,7 @@
switches::kMemoryProfiling,
switches::kEnableNaClDebug,
switches::kNoErrorDialogs,
+ switches::kEnableNaClIPCProxy,
};
cmd_line->CopySwitchesFrom(browser_command_line, kSwitchNames,
arraysize(kSwitchNames));
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698