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); |
}; |