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

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

Issue 627593003: Adding infrastructure for possibility of changing manager names for the supervised accounts. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 359dca48213bfd282b003e8e2fcc8fad72e69160..6cdcfbf500f6f3f3b850e05f250cce05b3edcad2 100644
--- a/ash/system/tray/default_system_tray_delegate.h
+++ b/ash/system/tray/default_system_tray_delegate.h
@@ -89,6 +89,8 @@ class ASH_EXPORT DefaultSystemTrayDelegate : public SystemTrayDelegate {
virtual bool IsSearchKeyMappedToCapsLock() OVERRIDE;
virtual tray::UserAccountsDelegate* GetUserAccountsDelegate(
const std::string& user_id) OVERRIDE;
+ virtual void AddCustodianInfoChangedCallback(
+ const base::Closure& callback) OVERRIDE;
Daniel Erat 2014/10/03 16:02:09 not having any way to remove the callback seems st
merkulova 2014/10/06 15:37:25 Switched to observer. Is it what you mean? No rem
private:
bool bluetooth_enabled_;

Powered by Google App Engine
This is Rietveld 408576698