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

Unified Diff: test/test_discardable_memory_allocator.cc

Issue 2045303002: Update to Chromium //base at Chromium commit 3e81715e6d3a4324362635aea46ce1f1a163cca1. (Closed) Base URL: https://chromium.googlesource.com/external/github.com/domokit/base@master
Patch Set: Created 4 years, 6 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 | « test/launcher/unit_test_launcher.cc ('k') | test/test_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/test_discardable_memory_allocator.cc
diff --git a/test/test_discardable_memory_allocator.cc b/test/test_discardable_memory_allocator.cc
index 23d529c324d74677ca0bba6ed37d94b606ea3aff..eef1c982446633c79cdf94bee44ad578c55aed86 100644
--- a/test/test_discardable_memory_allocator.cc
+++ b/test/test_discardable_memory_allocator.cc
@@ -20,6 +20,12 @@ class DiscardableMemoryImpl : public DiscardableMemory {
void Unlock() override {}
void* data() const override { return data_.get(); }
+ trace_event::MemoryAllocatorDump* CreateMemoryAllocatorDump(
+ const char* name,
+ trace_event::ProcessMemoryDump* pmd) const override {
+ return nullptr;
+ }
+
private:
scoped_ptr<uint8_t[]> data_;
};
« no previous file with comments | « test/launcher/unit_test_launcher.cc ('k') | test/test_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698