Chromium Code Reviews| 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) == |