| Index: chrome/browser/profiles/profile_info_util.h
|
| diff --git a/chrome/browser/profiles/profile_info_util.h b/chrome/browser/profiles/profile_info_util.h
|
| index a4f85b75ac59fcbab19c5352b7a615662ffc8863..2e306f065dbf4d9f9a1cc574501688f5e0216fe8 100644
|
| --- a/chrome/browser/profiles/profile_info_util.h
|
| +++ b/chrome/browser/profiles/profile_info_util.h
|
| @@ -16,6 +16,9 @@ extern const int kAvatarIconHeight;
|
| gfx::Image GetAvatarIconForMenu(const gfx::Image& image,
|
| bool is_gaia_picture);
|
|
|
| +gfx::Image GetAvatarIconForWebUI(const gfx::Image& image,
|
| + bool is_gaia_picture);
|
| +
|
| gfx::Image GetAvatarIconForTitleBar(const gfx::Image& image,
|
| bool is_gaia_picture,
|
| int dst_width,
|
|
|