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

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

Issue 15896007: [SystemInfo API] Rewrite storage info provider using storage monitor impl (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: fix comments from thestig Created 7 years, 7 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 7a9b8942ff2cb11288ebf07ce238c05715785070..c36e76636fb521da01f9de6e230e70cfb81e87ba 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(const StorageUnitList& info, bool success);
};
} // namespace extensions

Powered by Google App Engine
This is Rietveld 408576698