| 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".
|
|
|