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

Unified Diff: third_party/WebKit/public/platform/WebMemoryDumpProvider.h

Issue 1706163002: Refactoring: Remove an argument 'enabled' from onHeapProfilingEnabled (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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
« no previous file with comments | « third_party/WebKit/Source/platform/heap/BlinkGCMemoryDumpProvider.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/WebMemoryDumpProvider.h
diff --git a/third_party/WebKit/public/platform/WebMemoryDumpProvider.h b/third_party/WebKit/public/platform/WebMemoryDumpProvider.h
index 725c92ad5794bcdf757ec71ed4b8455f30c85ccb..fd80de30c9c9269b6a587d843b65f8a80409fee5 100644
--- a/third_party/WebKit/public/platform/WebMemoryDumpProvider.h
+++ b/third_party/WebKit/public/platform/WebMemoryDumpProvider.h
@@ -47,9 +47,8 @@ public:
// provider itself.
virtual bool supportsHeapProfiling() { return false; }
- // Called by the memory dump manager to enable heap profiling (with true) or
- // called to disable heap profiling (with false).
- virtual void onHeapProfilingEnabled(bool enabled) {}
+ // Called by the memory dump manager to enable heap profiling.
+ virtual void onHeapProfilingEnabled() {}
};
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/platform/heap/BlinkGCMemoryDumpProvider.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698