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

Unified Diff: chrome/browser/profiles/avatar_menu_model.cc

Issue 13633003: Part of multiprofile implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 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: chrome/browser/profiles/avatar_menu_model.cc
diff --git a/chrome/browser/profiles/avatar_menu_model.cc b/chrome/browser/profiles/avatar_menu_model.cc
index f31163a3682a59b3569a62a337d11725436b0509..52dea5fea39e3f4a33a3a26394ee40a73a3cd3b3 100644
--- a/chrome/browser/profiles/avatar_menu_model.cc
+++ b/chrome/browser/profiles/avatar_menu_model.cc
@@ -194,7 +194,7 @@ void AvatarMenuModel::Observe(int type,
bool AvatarMenuModel::ShouldShowAvatarMenu() {
#if defined(OS_CHROMEOS)
sail 2013/04/04 14:38:37 Could you just delete this part entirely?
Nikita (slow) 2013/04/04 14:50:05 This part should not be deleted as eventually this
sail 2013/04/04 15:09:34 Makes sense. Could you add a comment / TODO then?
dzhioev (left Google) 2013/04/04 15:54:41 I've uncommented it back as long as we have no Chr
// On Chrome OS we use different UI for multi-profiles.
- return false;
+ // return false;
#endif
if (base::FieldTrialList::FindFullName(kShowProfileSwitcherFieldTrialName) ==

Powered by Google App Engine
This is Rietveld 408576698