| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 8f947f5d1b2b77bf344ab6ef7ccf932c53a03d34..c02150f18cb6637c444c03cfdfebabb3df805d75 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1434,6 +1434,9 @@ const char kEnableBackgroundLoader[] = "enable-background-loader";
|
| const char kEnableChromeCaptivePortalDetector[] =
|
| "enable-chrome-captive-portal-detector";
|
|
|
| +// Enables metadata prefetching in Google Drive Client for Chrome OS.
|
| +const char kEnableDriveMetadataPrefetch[] = "enable-drive-metadata-prefetch";
|
| +
|
| // Enables touchpad three-finger-click as middle button.
|
| const char kEnableTouchpadThreeFingerClick[]
|
| = "enable-touchpad-three-finger-click";
|
|
|