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

Unified Diff: content/renderer/memory_benchmarking_extension.h

Issue 1245233004: Add chrome.memoryBenchmarking.requestMemoryDump() API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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
Index: content/renderer/memory_benchmarking_extension.h
diff --git a/content/renderer/memory_benchmarking_extension.h b/content/renderer/memory_benchmarking_extension.h
index afbaf24b868f84805197bc442106477f372c7cc6..f0fd05345e9868aa44849e9dc7873a8643c12b71 100644
--- a/content/renderer/memory_benchmarking_extension.h
+++ b/content/renderer/memory_benchmarking_extension.h
@@ -37,6 +37,8 @@ class MemoryBenchmarkingExtension
void HeapProfilerDump(gin::Arguments* args);
+ void RequestMemoryDump(gin::Arguments* args);
+
DISALLOW_COPY_AND_ASSIGN(MemoryBenchmarkingExtension);
};

Powered by Google App Engine
This is Rietveld 408576698