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

Unified Diff: chrome/browser/memory/tab_manager_delegate_chromeos_unittest.cc

Issue 2571763003: Reduce FakeArcBridgeService usage. (Closed)
Patch Set: Created 4 years 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: chrome/browser/memory/tab_manager_delegate_chromeos_unittest.cc
diff --git a/chrome/browser/memory/tab_manager_delegate_chromeos_unittest.cc b/chrome/browser/memory/tab_manager_delegate_chromeos_unittest.cc
index 7c7104eb4a25d1573ce88a9dbcb920407ea915a7..0789bbbb82e07415f8f3f52bd1aa6b066fe644e4 100644
--- a/chrome/browser/memory/tab_manager_delegate_chromeos_unittest.cc
+++ b/chrome/browser/memory/tab_manager_delegate_chromeos_unittest.cc
@@ -21,7 +21,6 @@
#include "chrome/common/url_constants.h"
#include "chromeos/dbus/fake_debug_daemon_client.h"
#include "components/arc/common/process.mojom.h"
-#include "components/arc/test/fake_arc_bridge_service.h"
#include "components/exo/shell_surface.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "ui/aura/window.h"
@@ -170,7 +169,6 @@ class MockMemoryStat : public TabManagerDelegate::MemoryStat {
TEST_F(TabManagerDelegateTest, SetOomScoreAdj) {
base::MessageLoop message_loop;
- arc::FakeArcBridgeService fake_arc_bridge_service;
MockTabManagerDelegate tab_manager_delegate;
std::vector<arc::ArcProcess> arc_processes;
@@ -228,8 +226,6 @@ TEST_F(TabManagerDelegateTest, SetOomScoreAdj) {
}
TEST_F(TabManagerDelegateTest, KillMultipleProcesses) {
- arc::FakeArcBridgeService fake_arc_bridge_service;
-
// Not owned.
MockMemoryStat* memory_stat = new MockMemoryStat();
« no previous file with comments | « chrome/browser/chromeos/arc/policy/arc_policy_bridge_unittest.cc ('k') | components/arc/arc_bridge_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698