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

Unified Diff: chrome/common/chrome_switches.cc

Issue 75463005: Move more files from chrome/browser/nacl_host/ to components/nacl/browser/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 cbf190faacae28253aafbb2f10119bc1725a7e1f..b2ddc9b58736c9f1d2c823966ea00f6ab636d734 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -680,12 +680,6 @@ const char kDisablePeopleSearch[] = "disable-people-search";
// Disables the usage of Portable Native Client.
const char kDisablePnacl[] = "disable-pnacl";
-// Disables crash throttling for Portable Native Client.
-const char kDisablePnaclCrashThrottling[] = "disable-pnacl-crash-throttling";
-
-// Disables the installation of Portable Native Client.
-const char kDisablePnaclInstall[] = "disable-pnacl-install";
-
// Enables the proactive populating of the disk cache with Web resources that
// are likely to be needed in future page fetches.
const char kEnablePrecache[] = "enable-precache";

Powered by Google App Engine
This is Rietveld 408576698