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

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

Issue 566933005: Do not display lock for hosted domains (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ChromeOS test - part deux Created 6 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 34fc5e66a7f6e2ab16542e3593d02a5999098027..4e3e50327ba0547c6ad16cc26a5314fb0ba994fb 100644
--- a/chrome/browser/ui/webui/options/manage_profile_handler.cc
+++ b/chrome/browser/ui/webui/options/manage_profile_handler.cc
@@ -543,7 +543,7 @@ void ManageProfileHandler::RemoveProfileShortcut(const base::ListValue* args) {
}
void ManageProfileHandler::RefreshGaiaPicture(const base::ListValue* args) {
- profiles::UpdateGaiaProfilePhotoIfNeeded(Profile::FromWebUI(web_ui()));
+ profiles::UpdateGaiaProfileInfoIfNeeded(Profile::FromWebUI(web_ui()));
}
} // namespace options
« no previous file with comments | « chrome/browser/ui/views/profiles/profile_chooser_view.cc ('k') | components/signin/core/browser/signin_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698