| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 846dae9d91820915005ec18c89146d168e375eb8..a92ec595d53cb759fa9e4a59c488183b81697d5f 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -314,10 +314,6 @@ const char kDisablePopupBlocking[] = "disable-popup-blocking";
|
| // Disable speculative TCP/IP preconnection.
|
| const char kDisablePreconnect[] = "disable-preconnect";
|
|
|
| -// Disable prerendering based on local browsing history.
|
| -const char kDisablePrerenderLocalPredictor[] =
|
| - "disable-prerender-local-predictor";
|
| -
|
| // Disables print preview (For testing, and for users who don't like us. :[ )
|
| const char kDisablePrintPreview[] = "disable-print-preview";
|
|
|
|
|