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

Unified Diff: chrome/common/chrome_switches.cc

Issue 8348026: Add a component installer for Portable NaCl. Registration of installer is (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ... Created 9 years, 2 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: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 283849c711eb808570b0e64c73544611952977fc..0f53b27d930daef8c556fa5bdfcad94c28cd72c7 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -508,6 +508,9 @@ const char kEnableResourceContentSettings[] =
// Enables panels (always on-top docked pop-up windows).
const char kEnablePanels[] = "enable-panels";
+// Enables the installation and usage of Portable Native Client.
+const char kEnablePNaCl[] = "enable-pnacl";
+
// Enables speculative TCP/IP preconnection.
const char kEnablePreconnect[] = "enable-preconnect";

Powered by Google App Engine
This is Rietveld 408576698