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

Unified Diff: ash/common/system/tray/system_tray_delegate.cc

Issue 2216933003: Implement the palette help and options buttons. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@palette-delegate
Patch Set: Address nit Created 4 years, 4 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/common/system/tray/system_tray_delegate.h ('k') | ash/common/system/tray/tray_popup_header_button.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/tray/system_tray_delegate.cc
diff --git a/ash/common/system/tray/system_tray_delegate.cc b/ash/common/system/tray/system_tray_delegate.cc
index 85e7fd3676081cbbf0ff872dea3ff1c565374dbc..dd481ab3cf926eeaf10f7e59f5600c398f71fe0e 100644
--- a/ash/common/system/tray/system_tray_delegate.cc
+++ b/ash/common/system/tray/system_tray_delegate.cc
@@ -113,6 +113,10 @@ void SystemTrayDelegate::ShowAccessibilityHelp() {}
void SystemTrayDelegate::ShowAccessibilitySettings() {}
+void SystemTrayDelegate::ShowPaletteHelp() {}
+
+void SystemTrayDelegate::ShowPaletteSettings() {}
+
void SystemTrayDelegate::ShowPublicAccountInfo() {}
void SystemTrayDelegate::ShowEnterpriseInfo() {}
« no previous file with comments | « ash/common/system/tray/system_tray_delegate.h ('k') | ash/common/system/tray/tray_popup_header_button.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698