| 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();
|
|
|
|
|