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

Unified Diff: chrome/common/chrome_switches.cc

Issue 392023002: Remove disable-pnacl flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 2bbd9bbe43856fbb4b3b41786c699ac4fdc6a331..2cbe5287f81d9e919e29cc7d310028f6c7709d0b 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -318,9 +318,6 @@ const char kDisablePermissionsBubbles[] = "disable-permissions-bubbles";
// Disable pop-up blocking.
const char kDisablePopupBlocking[] = "disable-popup-blocking";
-// Disables the usage of Portable Native Client.
-const char kDisablePnacl[] = "disable-pnacl";
-
// Disable speculative TCP/IP preconnection.
const char kDisablePreconnect[] = "disable-preconnect";

Powered by Google App Engine
This is Rietveld 408576698