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

Unified Diff: content/child/web_process_memory_dump_impl.h

Issue 1642023007: Refactoring: Move functions from WebMemoryDumpProviderAdapter to PartitionAllocMemoryDumpProvider (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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/child/web_process_memory_dump_impl.h
diff --git a/content/child/web_process_memory_dump_impl.h b/content/child/web_process_memory_dump_impl.h
index ff351434ea9a0429a77302d4ebb0b2bdf64191e5..34304de4ecc91b6ffffbbfc820e5ae7c970e6aca 100644
--- a/content/child/web_process_memory_dump_impl.h
+++ b/content/child/web_process_memory_dump_impl.h
@@ -75,6 +75,8 @@ class CONTENT_EXPORT WebProcessMemoryDumpImpl final
const std::string& name,
base::DiscardableMemory* discardable);
+ base::trace_event::ProcessMemoryDump* getProcessMemoryDump() override;
+
private:
FRIEND_TEST_ALL_PREFIXES(WebProcessMemoryDumpImplTest, IntegrationTest);

Powered by Google App Engine
This is Rietveld 408576698