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

Unified Diff: chrome/browser/sync_file_system/drive_backend/drive_service_on_worker.h

Issue 445473002: Remove ResourceIdCanonicalizer from DriveServiceInterface (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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/sync_file_system/drive_backend/drive_service_on_worker.h
diff --git a/chrome/browser/sync_file_system/drive_backend/drive_service_on_worker.h b/chrome/browser/sync_file_system/drive_backend/drive_service_on_worker.h
index 69616b736e7ba9715b92fc9427a0c7a146ae7eab..f2fe392d39b72da83b233c0fc0b952a4a68db265 100644
--- a/chrome/browser/sync_file_system/drive_backend/drive_service_on_worker.h
+++ b/chrome/browser/sync_file_system/drive_backend/drive_service_on_worker.h
@@ -92,8 +92,6 @@ class DriveServiceOnWorker : public drive::DriveServiceInterface {
virtual void AddObserver(drive::DriveServiceObserver* observer) OVERRIDE;
virtual void RemoveObserver(drive::DriveServiceObserver* observer) OVERRIDE;
virtual bool CanSendRequest() const OVERRIDE;
- virtual drive::ResourceIdCanonicalizer GetResourceIdCanonicalizer()
- const OVERRIDE;
virtual bool HasAccessToken() const OVERRIDE;
virtual void RequestAccessToken(
const google_apis::AuthStatusCallback& callback) OVERRIDE;
« no previous file with comments | « chrome/browser/drive/fake_drive_service.cc ('k') | chrome/browser/sync_file_system/drive_backend/drive_service_on_worker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698