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

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

Issue 8711002: Add GAIA picture to Settings profile overlay (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 9 years, 1 month 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 b9722b8757d1623b23f59552dec76238930aa5bd..cc7dc88d24e0dd139081e48074aa259b989800d9 100644
--- a/chrome/browser/ui/webui/options/manage_profile_handler.h
+++ b/chrome/browser/ui/webui/options/manage_profile_handler.h
@@ -66,6 +66,16 @@ class ManageProfileHandler : public OptionsPageUIHandler {
// };
void RequestProfileInfo(const base::ListValue* args);
+ // Callback for the 'profileIconSelectionChanged' message. Used to update the
+ // name in the manager profile dialog based on the selected icon.
+ void ProfileIconSelectionChanged(const base::ListValue* args);
+
+ // Send all profile icons to the overlay.
+ void SendProfileIcons();
+
+ // URL for the current profile's GAIA picture.
+ std::string gaia_picture_url_;
+
DISALLOW_COPY_AND_ASSIGN(ManageProfileHandler);
};
« 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