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

Unified Diff: content/browser/memory/memory_monitor_android_unittest.cc

Issue 2340293003: Add MemoryMonitorAndroid (Closed)
Patch Set: Use native callback instead of returning MemoryInfo Created 4 years, 3 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/browser/memory/memory_monitor_android_unittest.cc
diff --git a/content/browser/memory/memory_monitor_android_unittest.cc b/content/browser/memory/memory_monitor_android_unittest.cc
index 4b4195c5a087a76eb8f20965c3d81b1949dade0e..bb6e85c2da73469e6c8f4719864959e5f92923b0 100644
--- a/content/browser/memory/memory_monitor_android_unittest.cc
+++ b/content/browser/memory/memory_monitor_android_unittest.cc
@@ -16,10 +16,6 @@ class MemoryMonitorAndroidTest : public testing::Test {
std::unique_ptr<MemoryMonitorAndroid> monitor_;
};
-TEST_F(MemoryMonitorAndroidTest, CanGetMemoryInfo) {
- EXPECT_TRUE(monitor_->CanGetMemoryInfo());
-}
-
TEST_F(MemoryMonitorAndroidTest, GetMemoryInfo) {
MemoryMonitorAndroid::MemoryInfo info;
monitor_->GetMemoryInfo(&info);

Powered by Google App Engine
This is Rietveld 408576698