Chromium Code Reviews| 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. |