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

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

Issue 140533002: drive: Apps.delete returns HTTP_NO_CONTENT on success. (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 | « no previous file | chrome/browser/drive/drive_app_registry.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/drive/drive_app_registry.h
diff --git a/chrome/browser/drive/drive_app_registry.h b/chrome/browser/drive/drive_app_registry.h
index dd53bae4b62972a36e5a116356e16ad67bbb5746..fb9df7b1b01792939a6c0bd9dfde3fb391d1b3fc 100644
--- a/chrome/browser/drive/drive_app_registry.h
+++ b/chrome/browser/drive/drive_app_registry.h
@@ -52,7 +52,7 @@ struct DriveAppInfo {
GURL create_url;
};
-// Callback type for UninstallApp().
+// Callback type for UninstallApp(). Returns HTTP_NO_CONTENT on success.
hashimoto 2014/01/16 04:37:25 nit: I guess UninstallApp's function comment shoul
kinaba 2014/01/16 04:47:35 Done.
typedef base::Callback<void(google_apis::GDataErrorCode)> UninstallCallback;
// Keeps the track of installed drive applications in-memory.
« no previous file with comments | « no previous file | chrome/browser/drive/drive_app_registry.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698