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

Unified Diff: chrome/browser/extensions/api/system_info_storage/system_info_storage_api.h

Issue 18290002: [SystemInfo API] Finish TODOs in SystemInfoProvider (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@dev_rewrite_storage_info_api
Patch Set: Pass chromeos unit_tests Created 7 years, 5 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
Index: chrome/browser/extensions/api/system_info_storage/system_info_storage_api.h
diff --git a/chrome/browser/extensions/api/system_info_storage/system_info_storage_api.h b/chrome/browser/extensions/api/system_info_storage/system_info_storage_api.h
index 02a4ff88c1015bc2fa01ffd7ea8e24758b2300b4..86997171c4b35e089090c3052ff7948ab46de447 100644
--- a/chrome/browser/extensions/api/system_info_storage/system_info_storage_api.h
+++ b/chrome/browser/extensions/api/system_info_storage/system_info_storage_api.h
@@ -21,7 +21,7 @@ class SystemInfoStorageGetFunction : public AsyncExtensionFunction {
virtual ~SystemInfoStorageGetFunction();
virtual bool RunImpl() OVERRIDE;
- void OnGetStorageInfoCompleted(const StorageInfo& info, bool success);
+ void OnGetStorageInfoCompleted(bool success);
};
class SystemInfoStorageAddWatchFunction : public AsyncExtensionFunction {

Powered by Google App Engine
This is Rietveld 408576698