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

Unified Diff: ash/system/tray/default_system_tray_delegate.h

Issue 210903003: Implemented system tray UI for new account management. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comments addressed. Created 6 years, 9 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/system/tray/default_system_tray_delegate.h
diff --git a/ash/system/tray/default_system_tray_delegate.h b/ash/system/tray/default_system_tray_delegate.h
index 5499ee4cc38784511ea7b6d08ce8b1f190b4c99a..4537d1b5d06d31275d74d36053b222b5212578df 100644
--- a/ash/system/tray/default_system_tray_delegate.h
+++ b/ash/system/tray/default_system_tray_delegate.h
@@ -93,6 +93,8 @@ class ASH_EXPORT DefaultSystemTrayDelegate : public SystemTrayDelegate {
virtual bool IsNetworkBehindCaptivePortal(
const std::string& service_path) const OVERRIDE;
virtual bool IsSearchKeyMappedToCapsLock() OVERRIDE;
+ virtual tray::UserAccountsDelegate* GetUserAccountsDelegate(
+ const std::string& user_id) OVERRIDE;
private:
bool bluetooth_enabled_;

Powered by Google App Engine
This is Rietveld 408576698