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

Unified Diff: trunk/src/base/memory/discardable_memory_manager_unittest.cc

Issue 257383004: Revert 267170 "Use DiscardableMemoryManager on Android." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 8 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: trunk/src/base/memory/discardable_memory_manager_unittest.cc
===================================================================
--- trunk/src/base/memory/discardable_memory_manager_unittest.cc (revision 267174)
+++ trunk/src/base/memory/discardable_memory_manager_unittest.cc (working copy)
@@ -19,7 +19,7 @@
virtual ~TestAllocationImpl() { DCHECK(!is_locked_); }
// Overridden from internal::DiscardableMemoryManagerAllocation:
- virtual bool AllocateAndAcquireLock() OVERRIDE {
+ virtual bool AllocateAndAcquireLock(size_t bytes) OVERRIDE {
bool was_allocated = is_allocated_;
is_allocated_ = true;
DCHECK(!is_locked_);
« no previous file with comments | « trunk/src/base/memory/discardable_memory_manager.cc ('k') | trunk/src/base/memory/discardable_memory_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698