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

Unified Diff: ash/display/display_util.h

Issue 2138583002: Use output_all_resource_defines=false in most grd files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert ui_resources.grd for now Created 4 years, 5 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_util.h
diff --git a/ash/display/display_util.h b/ash/display/display_util.h
index 524f9d36bcac273fa1c8ee9b2c5ff5775b25f3e1..38bbcdceae17c9697c0d7c0f82a274ca6f3220b0 100644
--- a/ash/display/display_util.h
+++ b/ash/display/display_util.h
@@ -123,8 +123,10 @@ 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);
+#if defined(OS_CHROMEOS)
// Shows the notification message for display related issues.
void ShowDisplayErrorNotification(int message_id);
+#endif
ASH_EXPORT base::string16 GetDisplayErrorNotificationMessageForTest();

Powered by Google App Engine
This is Rietveld 408576698