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

Unified Diff: content/child/web_memory_dump_provider_adapter.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 | « base/trace_event/memory_dump_provider.h ('k') | content/child/web_memory_dump_provider_adapter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/web_memory_dump_provider_adapter.h
diff --git a/content/child/web_memory_dump_provider_adapter.h b/content/child/web_memory_dump_provider_adapter.h
index b1c0813869a2e600774661250f943903f530fef4..cfdf42f0edc5ee80ed7fa84a1ee15b2c817ed437 100644
--- a/content/child/web_memory_dump_provider_adapter.h
+++ b/content/child/web_memory_dump_provider_adapter.h
@@ -28,7 +28,7 @@ class WebMemoryDumpProviderAdapter
bool OnMemoryDump(const base::trace_event::MemoryDumpArgs& args,
base::trace_event::ProcessMemoryDump* pmd) override;
- void OnHeapProfilingEnabled(bool enabled) override;
+ void OnHeapProfilingEnabled() override;
bool is_registered() const { return is_registered_; }
void set_is_registered(bool is_registered) { is_registered_ = is_registered; }
« no previous file with comments | « base/trace_event/memory_dump_provider.h ('k') | content/child/web_memory_dump_provider_adapter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698