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

Unified Diff: ash/system/web_notification/web_notification_tray_unittest.cc

Issue 2512783005: Fix //third_party/cec to not disable -Wunused-function. (Closed)
Patch Set: Rebase Created 4 years, 1 month 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 | « no previous file | chrome/browser/printing/print_preview_dialog_controller_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/web_notification/web_notification_tray_unittest.cc
diff --git a/ash/system/web_notification/web_notification_tray_unittest.cc b/ash/system/web_notification/web_notification_tray_unittest.cc
index 783b8b22bced0a1e268c217cfd3a50b85e567435..92928e4307d873e0ebf352866b288b1dc4e77503 100644
--- a/ash/system/web_notification/web_notification_tray_unittest.cc
+++ b/ash/system/web_notification/web_notification_tray_unittest.cc
@@ -54,6 +54,8 @@ WebNotificationTray* GetTray() {
->web_notification_tray();
}
+#if defined(OS_CHROMEOS)
+
WebNotificationTray* GetSecondaryTray() {
StatusAreaWidget* status_area_widget =
StatusAreaWidgetTestHelper::GetSecondaryStatusAreaWidget();
@@ -62,6 +64,8 @@ WebNotificationTray* GetSecondaryTray() {
return NULL;
}
+#endif
+
message_center::MessageCenter* GetMessageCenter() {
return GetTray()->message_center();
}
« no previous file with comments | « no previous file | chrome/browser/printing/print_preview_dialog_controller_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698