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

Unified Diff: ash/display/display_util.h

Issue 1952353003: Show message to indicate that mirriring with more than 3 display is not supported. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/display/display_manager_unittest.cc ('k') | ash/display/display_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/display/display_util.h
diff --git a/ash/display/display_util.h b/ash/display/display_util.h
index 0dfd0d4400baf52391106c3d18d6193beab73642..524f9d36bcac273fa1c8ee9b2c5ff5775b25f3e1 100644
--- a/ash/display/display_util.h
+++ b/ash/display/display_util.h
@@ -123,6 +123,11 @@ ASH_EXPORT std::string DisplayIdListToString(
// 2) output index of id1 < output index of id2 and id2 isn't internal.
ASH_EXPORT bool CompareDisplayIds(int64_t id1, int64_t id2);
+// Shows the notification message for display related issues.
+void ShowDisplayErrorNotification(int message_id);
+
+ASH_EXPORT base::string16 GetDisplayErrorNotificationMessageForTest();
+
} // namespace ash
#endif // ASH_DISPLAY_DISPLAY_UTIL_H_
« no previous file with comments | « ash/display/display_manager_unittest.cc ('k') | ash/display/display_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698