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

Unified Diff: ash/test/ash_test_impl_aura.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/test/ash_test_impl_aura.h ('k') | ash/tooltips/tooltip_controller_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/ash_test_impl_aura.cc
diff --git a/ash/test/ash_test_impl_aura.cc b/ash/test/ash_test_impl_aura.cc
index 2a19c3fd0259b8aaedb41a2080e59534a00dfc9c..ec4fa7843c5bbbf5024bfa9ecf5940431228185e 100644
--- a/ash/test/ash_test_impl_aura.cc
+++ b/ash/test/ash_test_impl_aura.cc
@@ -51,10 +51,6 @@ void AshTestImplAura::TearDown() {
ash_test_base_->TearDown();
}
-bool AshTestImplAura::SupportsMultipleDisplays() const {
- return ash_test_base_->SupportsMultipleDisplays();
-}
-
void AshTestImplAura::UpdateDisplay(const std::string& display_spec) {
ash_test_base_->UpdateDisplay(display_spec);
}
« no previous file with comments | « ash/test/ash_test_impl_aura.h ('k') | ash/tooltips/tooltip_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698