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

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

Issue 225523004: Updates the UI and reenables the fix introduced in commit 256939 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixes chromeos_rel test failure and includes a rebase Created 6 years, 8 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.h
diff --git a/chrome/browser/ui/webui/options/manage_profile_handler.h b/chrome/browser/ui/webui/options/manage_profile_handler.h
index 73aca880841ef9c2e1e8caf0a163372f42024f58..c9801ca3a99207c85b4beccb0755d0ab02c82c11 100644
--- a/chrome/browser/ui/webui/options/manage_profile_handler.h
+++ b/chrome/browser/ui/webui/options/manage_profile_handler.h
@@ -46,6 +46,9 @@ class ManageProfileHandler : public OptionsPageUIHandler,
virtual void OnStateChanged() OVERRIDE;
private:
+ // This function creates signed in user specific strings in loadTimeData.
+ void GenerateSignedinUserSpecificStrings(base::DictionaryValue* dictionary);
+
// Callback for the "requestDefaultProfileIcons" message.
// Sends the array of default profile icon URLs and profile names to WebUI.
// First item of |args| is the dialog mode, i.e. "create" or "manage".
« no previous file with comments | « chrome/browser/resources/options/manage_profile_overlay.js ('k') | chrome/browser/ui/webui/options/manage_profile_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698