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

Unified Diff: chrome/browser/extensions/api/system_info_memory/system_info_memory_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_memory/system_info_memory_api.h
diff --git a/chrome/browser/extensions/api/system_info_memory/system_info_memory_api.h b/chrome/browser/extensions/api/system_info_memory/system_info_memory_api.h
index 3a157b8226bb0e6e65e3b141f5a8d8f6ea78d5ed..410fbf62bf0d06431682be198b19200ffe56c753 100644
--- a/chrome/browser/extensions/api/system_info_memory/system_info_memory_api.h
+++ b/chrome/browser/extensions/api/system_info_memory/system_info_memory_api.h
@@ -18,9 +18,7 @@ class SystemInfoMemoryGetFunction : public AsyncExtensionFunction {
private:
virtual ~SystemInfoMemoryGetFunction();
virtual bool RunImpl() OVERRIDE;
- void OnGetMemoryInfoCompleted(
- const api::system_info_memory::MemoryInfo& info,
- bool success);
+ void OnGetMemoryInfoCompleted(bool success);
};
} // namespace extensions

Powered by Google App Engine
This is Rietveld 408576698