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

Unified Diff: ash/shell_delegate.h

Issue 210903003: Implemented system tray UI for new account management. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More 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/shell_delegate.h
diff --git a/ash/shell_delegate.h b/ash/shell_delegate.h
index ba28e0ca26cf941c3737507dac9193f368272067..5ea1f254d53cc6ae717c7d2fe1a688d11a163fdd 100644
--- a/ash/shell_delegate.h
+++ b/ash/shell_delegate.h
@@ -72,6 +72,9 @@ class ASH_EXPORT ShellDelegate {
// Returns true if we're running in forced app mode.
virtual bool IsRunningInForcedAppMode() const = 0;
+ // Returns true if new account management is enabled.
oshima 2014/03/31 23:07:52 Can you describe what "new" account management is?
oshima 2014/04/01 00:30:43 nvm this part. I just chatted with mlchan and she
oshima 2014/04/02 00:14:14 Sorry if it wasn't clear but this question is stil
dzhioev (left Google) 2014/04/09 16:31:38 Done. Renamed to MultiAccount.
+ virtual bool IsAccountManagementEnabled() const = 0;
+
// Called before processing |Shell::Init()| so that the delegate
// can perform tasks necessary before the shell is initialized.
virtual void PreInit() = 0;

Powered by Google App Engine
This is Rietveld 408576698