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

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: fixes to rebase Created 9 years, 1 month 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 3dd62e41fe7b3d7c90a9fc18b28b5e240a6aa514..b9f5be7c5d034d56570515d56d0081106559573e 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -517,6 +517,9 @@ const char kEnablePlatformApps[] = "enable-platform-apps";
const char kEnableResourceContentSettings[] =
"enable-resource-content-settings";
+// 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