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

Unified Diff: third_party/WebKit/Source/core/inspector/InspectorMemoryAgent.h

Issue 2467933002: [DevTools] migrate InspectorPageAgent and InspectorMemoryAgent to new style (Closed)
Patch Set: rebased Created 4 years, 1 month 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/inspector/InspectorMemoryAgent.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/inspector/InspectorMemoryAgent.h
diff --git a/third_party/WebKit/Source/core/inspector/InspectorMemoryAgent.h b/third_party/WebKit/Source/core/inspector/InspectorMemoryAgent.h
index b3445150ae1bef02bf353f69ea525c8e2074a173..a22a97284c0b64e3f89d74bc0f2123c64a02c636 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorMemoryAgent.h
+++ b/third_party/WebKit/Source/core/inspector/InspectorMemoryAgent.h
@@ -45,10 +45,9 @@ class CORE_EXPORT InspectorMemoryAgent final
static InspectorMemoryAgent* create() { return new InspectorMemoryAgent(); }
~InspectorMemoryAgent() override;
- void getDOMCounters(ErrorString*,
- int* documents,
- int* nodes,
- int* jsEventListeners) override;
+ Response getDOMCounters(int* documents,
+ int* nodes,
+ int* jsEventListeners) override;
private:
InspectorMemoryAgent();
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/inspector/InspectorMemoryAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698