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

Unified Diff: chrome/browser/drive/drive_service_interface.h

Issue 127463004: Add UninstallApp() method to DriveAPIService interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: null Created 6 years, 11 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_service.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 3af330430f9c35e89a619eafb041ca44b1b2e877..e08602ba7066ff6fb4847872c6a6d4db6ed2a92f 100644
--- a/chrome/browser/drive/drive_service_interface.h
+++ b/chrome/browser/drive/drive_service_interface.h
@@ -350,11 +350,16 @@ class DriveServiceInterface {
const std::string& app_id,
const google_apis::AuthorizeAppCallback& callback) = 0;
+ // Uninstalls a Drive app with the id |app_id|. |callback| must not be null.
+ virtual google_apis::CancelCallback UninstallApp(
+ const std::string& app_id,
+ const google_apis::EntryActionCallback& callback) = 0;
+
// This is introduced as a temporary short term solution of the performance
// regression issue on Drive API v2.
//
- // This fetches the resource list in a directory by usinig GData WAPI
- // regardless of base protocol. In other words, even if we enabels Drive API
+ // This fetches the resource list in a directory by using GData WAPI
+ // regardless of base protocol. In other words, even if we enables Drive API
// v2, this method uses GData WAPI to fetch the resource list.
//
// |directory_resource_id| must not be empty.
« no previous file with comments | « chrome/browser/drive/drive_api_service.cc ('k') | chrome/browser/drive/dummy_drive_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698