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

Unified Diff: ash/display/display_manager.cc

Issue 17502005: Revert r207560 and r207566 to reland r207511. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add more SupportsMultipleDisplays checks Created 7 years, 6 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: ash/display/display_manager.cc
diff --git a/ash/display/display_manager.cc b/ash/display/display_manager.cc
index eceb64384d37060f47bab9a68011724ca54dba1b..30ab7fe42fe9a674c3229af56fc72676f622976b 100644
--- a/ash/display/display_manager.cc
+++ b/ash/display/display_manager.cc
@@ -419,7 +419,7 @@ void DisplayManager::UpdateDisplays(
if (base::win::GetVersion() >= base::win::VERSION_WIN8) {
DCHECK_EQ(1u, updated_display_info_list.size()) <<
"Multiple display test does not work on Win8 bots. Please "
- "skip (don't disable) the test using |SupportMultipleDisplay()|";
+ "skip (don't disable) the test using SupportsMultipleDisplays()";
}
#endif
« no previous file with comments | « ash/desktop_background/wallpaper_resizer_unittest.cc ('k') | ash/shell/content_client/shell_browser_main_parts.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698