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

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

Issue 8511064: GAIA Profile info prototype (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: test 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 fc365765230c91943bebd15626a9ed2742bf57ee..a838f18b10540a65cff1487dc1fd824f394a93d5 100644
--- a/chrome/browser/ui/webui/options/manage_profile_handler.h
+++ b/chrome/browser/ui/webui/options/manage_profile_handler.h
@@ -7,6 +7,7 @@
#pragma once
#include "chrome/browser/ui/webui/options/options_ui.h"
+#include "third_party/skia/include/core/SkBitmap.h"
// Chrome personal stuff profiles manage overlay UI handler.
class ManageProfileHandler : public OptionsPageUIHandler {
@@ -65,6 +66,11 @@ class ManageProfileHandler : public OptionsPageUIHandler {
// };
void RequestProfileInfo(const base::ListValue* args);
+ // Sends all profile icons to the overlay.
+ void SendProfileIcons();
+
+ std::string gaia_profile_url_;
+
DISALLOW_COPY_AND_ASSIGN(ManageProfileHandler);
};
« no previous file with comments | « chrome/browser/ui/webui/ntp/ntp_login_handler.cc ('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