Index: chrome/browser/google_apis/gdata_util.h |
diff --git a/chrome/browser/google_apis/gdata_util.h b/chrome/browser/google_apis/gdata_util.h |
index bde3aa0cbfaf472c7364bf18372f5e32fb44e380..35d03c662a629484153b666b37359ab0a9883928 100644 |
--- a/chrome/browser/google_apis/gdata_util.h |
+++ b/chrome/browser/google_apis/gdata_util.h |
@@ -26,19 +26,6 @@ class Location; |
namespace gdata { |
namespace util { |
-// Returns true if Drive is enabled for the specified profile. |
-// Must be called on UI thread. |
-// TODO(satorux): Move this function to DriveSystemService. |
-// crbug.com/153962 |
-bool IsDriveEnabled(Profile* profile); |
- |
-// Disables Drive for the specified profile. Used to disable Drive when |
-// needed (ex. initialization of the Drive cache failed). |
-// Must be called on UI thread. |
-// TODO(satorux): Move this function to DriveSystemService. |
-// crbug.com/153962 |
-void DisableDrive(Profile* profile); |
- |
// Returns true if Drive v2 API is enabled via commandline switch. |
bool IsDriveV2ApiEnabled(); |