Index: chrome/browser/drive/drive_api_util.h |
diff --git a/chrome/browser/drive/drive_api_util.h b/chrome/browser/drive/drive_api_util.h |
index 7cbcbac3e3f28113ededc214fdd5b6c3d48b5a17..324a46c1e16342effbee6ed8ffad00fb9c8e3caa 100644 |
--- a/chrome/browser/drive/drive_api_util.h |
+++ b/chrome/browser/drive/drive_api_util.h |
@@ -38,9 +38,6 @@ class ResourceList; |
namespace drive { |
namespace util { |
-// Returns true if Drive v2 API is enabled via commandline switch. |
-bool IsDriveV2ApiEnabled(); |
- |
// Escapes ' to \' in the |str|. This is designed to use for string value of |
// search parameter on Drive API v2. |
// See also: https://developers.google.com/drive/search-parameters |