diff options
author | kinaba@chromium.org <kinaba@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-26 07:11:02 +0000 |
---|---|---|
committer | kinaba@chromium.org <kinaba@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-26 07:11:02 +0000 |
commit | b6585349d38ed596d3222a4a54d82c3c88b91e5e (patch) | |
tree | 5272ee573dfb267b71f002cd2872f1441a61b335 /chrome/common | |
parent | 57fb5393bf051c590769c9b5723d5a9f4090a4cc (diff) | |
download | chromium_src-b6585349d38ed596d3222a4a54d82c3c88b91e5e.zip chromium_src-b6585349d38ed596d3222a4a54d82c3c88b91e5e.tar.gz chromium_src-b6585349d38ed596d3222a4a54d82c3c88b91e5e.tar.bz2 |
Remove DrivePrefetcher and relevant flags.
The feature is not used now, and unlikely to added back any time soon.
BUG=231206
Review URL: https://codereview.chromium.org/14093022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@196637 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/chrome_switches.cc | 3 | ||||
-rw-r--r-- | chrome/common/chrome_switches.h | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index 86ed6d8..556e58c 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -1506,9 +1506,6 @@ const char kDisableChromeCaptivePortalDetector[] = // Disables Google Drive integration. const char kDisableDrive[] = "disable-drive"; -// Enables file prefetching in Google Drive Client for Chrome OS. -const char kEnableDrivePrefetch[] = "enable-drive-prefetch"; - // Disable policy-configured local accounts. const char kDisableLocalAccounts[] = "disable-local-accounts"; diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h index e0dbca6..735fe44 100644 --- a/chrome/common/chrome_switches.h +++ b/chrome/common/chrome_switches.h @@ -421,7 +421,6 @@ extern const char kDisableOobeAnimation[]; extern const char kEnableBackgroundLoader[]; extern const char kEnableCarrierSwitching[]; extern const char kEnableChromeCaptivePortalDetector[]; -extern const char kEnableDrivePrefetch[]; extern const char kEnableTouchpadThreeFingerClick[]; extern const char kEnableTouchpadThreeFingerSwipe[]; extern const char kEnableKioskMode[]; |