summaryrefslogtreecommitdiffstats
path: root/chrome/browser/google_apis/drive_service_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/google_apis/drive_service_interface.h')
-rw-r--r--chrome/browser/google_apis/drive_service_interface.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/google_apis/drive_service_interface.h b/chrome/browser/google_apis/drive_service_interface.h
index 0355de5e..842d19d 100644
--- a/chrome/browser/google_apis/drive_service_interface.h
+++ b/chrome/browser/google_apis/drive_service_interface.h
@@ -129,6 +129,9 @@ class DriveServiceInterface {
// Document access:
+ // Returns the resource id for the root directory.
+ virtual std::string GetRootResourceId() const = 0;
+
// Fetches a feed from |feed_url|. If this URL is empty, the call will fetch
// from the default URL. When |start_changestamp| is 0, the default behavior
// is to fetch the resource list feed containing the list of all entries. If