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..26bf3c19d346bbc57a54a1ba078c30b153e55e23 100644 |
--- a/chrome/browser/drive/drive_app_registry.h |
+++ b/chrome/browser/drive/drive_app_registry.h |
@@ -71,7 +71,8 @@ class DriveAppRegistry { |
void GetAppList(std::vector<DriveAppInfo>* apps) const; |
// Uninstalls the app specified by |app_id|. This method sends requests to the |
- // remote server, and returns the result to |callback| asynchronously. |
+ // remote server, and returns the result to |callback| asynchronously. When |
+ // succeeded, the callback receives HTTP_NO_CONTENT, and error code otherwise. |
// |callback| must not be null. |
void UninstallApp(const std::string& app_id, |
const UninstallCallback& callback); |