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

Unified Diff: ash/common/test/ash_test.cc

Issue 2653593004: chromeos: Remove AshTestBase::SupportsMultipleDisplays (Closed)
Patch Set: Created 3 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
« no previous file with comments | « ash/common/test/ash_test.h ('k') | ash/common/test/ash_test_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/test/ash_test.cc
diff --git a/ash/common/test/ash_test.cc b/ash/common/test/ash_test.cc
index 3afcf64ed0c8dadcb84d530a756a26c4e8e2eac5..245ce6b5b67fe5139236eaed08b9a02b22a06f42 100644
--- a/ash/common/test/ash_test.cc
+++ b/ash/common/test/ash_test.cc
@@ -48,10 +48,6 @@ test::TestSystemTrayDelegate* AshTest::GetSystemTrayDelegate() {
WmShell::Get()->system_tray_delegate());
}
-bool AshTest::SupportsMultipleDisplays() const {
- return test_impl_->SupportsMultipleDisplays();
-}
-
void AshTest::UpdateDisplay(const std::string& display_spec) {
return test_impl_->UpdateDisplay(display_spec);
}
« no previous file with comments | « ash/common/test/ash_test.h ('k') | ash/common/test/ash_test_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698