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

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: 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..15250548dace81610e72c2596b454c4a605dd8b6 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 nukll.
hashimoto 2014/01/08 04:44:14 nit: s/nukll/null/?
kinaba 2014/01/08 04:45:53 Done.
+ 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