Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4037)

Unified Diff: chrome/browser/google_apis/gdata_util.h

Issue 11094061: drive: Move IsDriveEnabled() and DisableDrive() to DriveSystemService (Closed) Base URL: http://git.chromium.org/chromium/src.git@drive_available
Patch Set: rebase Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698