| Index: chrome/browser/google_apis/gdata_util.cc
|
| diff --git a/chrome/browser/google_apis/gdata_util.cc b/chrome/browser/google_apis/gdata_util.cc
|
| index 3d3b548d6281eda599b85c19a0319ef2f189e5a0..eb5739ba4fa715fea563391b655fd21a2a43322e 100644
|
| --- a/chrome/browser/google_apis/gdata_util.cc
|
| +++ b/chrome/browser/google_apis/gdata_util.cc
|
| @@ -89,9 +89,8 @@ bool IsGDataAvailable(Profile* profile) {
|
| }
|
|
|
| bool IsDriveV2ApiEnabled() {
|
| - static bool enabled = CommandLine::ForCurrentProcess()->HasSwitch(
|
| - switches::kEnableDriveV2Api);
|
| - return enabled;
|
| + // TODO(kochi): Re-enable this. crbug.com/152230
|
| + return false;
|
| }
|
|
|
| base::PlatformFileError DriveFileErrorToPlatformError(
|
|
|