Chromium Code Reviews| Index: chrome/common/chrome_switches.cc |
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
| index 8454d917976a778838aa1c4f56166e7f14c16b74..a291c0a1d9633859062b7b9fd9a931c189b85510 100644 |
| --- a/chrome/common/chrome_switches.cc |
| +++ b/chrome/common/chrome_switches.cc |
| @@ -697,10 +697,6 @@ 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"; |
|
bengr
2013/10/23 19:03:36
The semantics should be that precache is enabled i
sclittle
2013/10/24 22:11:38
see PrecacheManager::IsPrecachingEnabled()
|
| - |
| // Enables tracking of tasks in profiler for viewing via about:profiler. |
| // To predominantly disable tracking (profiling), use the command line switch: |
| // --enable-profiling=0 |