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

Unified Diff: ash/test/ash_test_helper.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_helper.h ('k') | ash/test/ash_test_impl_aura.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/ash_test_helper.cc
diff --git a/ash/test/ash_test_helper.cc b/ash/test/ash_test_helper.cc
index 2e0dd8c57c3b4c98e535236d6327757ba55ad77e..a5a177e6f5d8e390a0d85de5778f4a0f2f2ab324 100644
--- a/ash/test/ash_test_helper.cc
+++ b/ash/test/ash_test_helper.cc
@@ -206,15 +206,5 @@ aura::Window* AshTestHelper::CurrentContext() {
return root_window;
}
-// static
-bool AshTestHelper::SupportsMultipleDisplays() {
- // TODO(jamescook): Figure out if we want SupportsMultipleDisplays() to return
- // false on mustash. If not, remove this function and the AshTestBase version
- // and remove calls from all the tests. For now just leave the ifdef strings
- // OS_CHROMEOS and OS_WIN in this comment as a reminder to clean up.
- // http://crbug.com/682990
- return true;
-}
-
} // namespace test
} // namespace ash
« no previous file with comments | « ash/test/ash_test_helper.h ('k') | ash/test/ash_test_impl_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698