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

Unified Diff: chrome/browser/ui/webui/options/manage_profile_handler.cc

Issue 1307093004: Remove references to IsNewAvatarMenu since the flag was removed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert FRAME_AVATAR_BUTTON changes. Created 5 years, 3 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/ui/webui/options/manage_profile_handler.cc
diff --git a/chrome/browser/ui/webui/options/manage_profile_handler.cc b/chrome/browser/ui/webui/options/manage_profile_handler.cc
index 056c20c5bfd704e443821ca171cbe06bb766c4f4..04754bb452559bf7e73601686a5d2bb677b0b4ba 100644
--- a/chrome/browser/ui/webui/options/manage_profile_handler.cc
+++ b/chrome/browser/ui/webui/options/manage_profile_handler.cc
@@ -131,8 +131,6 @@ void ManageProfileHandler::GetLocalizedValues(
supervised_user_dashboard_url,
supervised_user_dashboard_display));
- localized_strings->SetBoolean("newAvatarMenuEnabled",
Mike Lerman 2015/09/28 15:23:01 What about ChromeOS?
anthonyvd 2015/09/29 20:23:16 For context, you can take a look at the comments i
- switches::IsNewAvatarMenu());
localized_strings->SetBoolean("profileShortcutsEnabled",
ProfileShortcutManager::IsFeatureEnabled());

Powered by Google App Engine
This is Rietveld 408576698