| 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";
|
|
|