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

Unified Diff: content/child/blink_platform_impl.h

Issue 1406213005: [tracing] Add names to memory-infra dumpers for debugging (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@memory-infra-runtime
Patch Set: Rebase + fix android Created 5 years, 2 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 | « content/browser/tracing/memory_tracing_browsertest.cc ('k') | content/child/blink_platform_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/blink_platform_impl.h
diff --git a/content/child/blink_platform_impl.h b/content/child/blink_platform_impl.h
index 4f235752c4331d36764594898b91f24292f3bf1e..6e7f834a3c68e18b54e78386bea74ac668d281b5 100644
--- a/content/child/blink_platform_impl.h
+++ b/content/child/blink_platform_impl.h
@@ -144,7 +144,8 @@ class CONTENT_EXPORT BlinkPlatformImpl
void updateTraceEventDuration(const unsigned char* category_group_enabled,
const char* name,
TraceEventHandle) override;
- void registerMemoryDumpProvider(blink::WebMemoryDumpProvider* wmdp) override;
+ void registerMemoryDumpProvider(blink::WebMemoryDumpProvider* wmdp,
+ const char* name) override;
void unregisterMemoryDumpProvider(
blink::WebMemoryDumpProvider* wmdp) override;
blink::WebProcessMemoryDump* createProcessMemoryDump() override;
« no previous file with comments | « content/browser/tracing/memory_tracing_browsertest.cc ('k') | content/child/blink_platform_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698