| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 6c2df82d66f897ab3eebd7523f2b281d10cf0025..7876f52711c60c976b95a2b149eac0f35ef6f09d 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -690,12 +690,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";
|
|
|