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 |