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

Unified Diff: chrome/common/chrome_switches.h

Issue 19079002: Enable pnacl by default (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more --enable-pnacl occurrences and code review fixes Created 7 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.h
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index 89faf47f01f00e98ab2a4eb1b89ae961c76cbbe1..7fef4a6a28427267079c619b00ef46355a4d7c95 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -179,7 +179,7 @@ extern const char kEnableOmniboxAutoCompletionForIme[];
extern const char kEnablePanels[];
extern const char kEnablePasswordAutofillPublicSuffixDomainMatching[];
extern const char kEnablePasswordGeneration[];
-extern const char kEnablePnacl[];
+extern const char kDisablePnacl[];
jvoung (off chromium) 2013/07/24 15:46:58 Oops when I added kDisablePnaclInstall, should hav
sehr 2013/07/24 16:57:02 You weren't the only one. I moved all the kDisabl
extern const char kDisablePnaclInstall[];
extern const char kEnableProfiling[];
extern const char kEnableQuic[];

Powered by Google App Engine
This is Rietveld 408576698