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

Unified Diff: chrome/browser/drive/drive_service_interface.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
« no previous file with comments | « chrome/browser/drive/drive_api_util.cc ('k') | chrome/browser/drive/dummy_drive_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/drive/drive_service_interface.h
diff --git a/chrome/browser/drive/drive_service_interface.h b/chrome/browser/drive/drive_service_interface.h
index 8478700d5ead4b63e590b1655571b76ecf514327..ae86fa83df4c7c1f401e86de8c955575b0a9137f 100644
--- a/chrome/browser/drive/drive_service_interface.h
+++ b/chrome/browser/drive/drive_service_interface.h
@@ -19,10 +19,6 @@ class Time;
namespace drive {
-// Function which converts the given resource ID into the desired format.
-typedef base::Callback<std::string(
- const std::string& resource_id)> ResourceIdCanonicalizer;
-
// Observer interface for DriveServiceInterface.
class DriveServiceObserver {
public:
@@ -114,10 +110,6 @@ class DriveServiceInterface {
// True if ready to send requests.
virtual bool CanSendRequest() const = 0;
- // Returns a function which converts the given resource ID into the desired
- // format.
- virtual ResourceIdCanonicalizer GetResourceIdCanonicalizer() const = 0;
-
// Authentication service:
// True if OAuth2 access token is retrieved and believed to be fresh.
« no previous file with comments | « chrome/browser/drive/drive_api_util.cc ('k') | chrome/browser/drive/dummy_drive_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698