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

Unified Diff: chrome/browser/ui/views/avatar_menu_button.h

Issue 12212053: Moves calling TaskbarList::SetOverlayIcon to a separate thread. It (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to trunk Created 7 years, 10 months 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
« no previous file with comments | « no previous file | chrome/browser/ui/views/avatar_menu_button.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/avatar_menu_button.h
diff --git a/chrome/browser/ui/views/avatar_menu_button.h b/chrome/browser/ui/views/avatar_menu_button.h
index 5ebdbeeeef40d44ae994b91e43b53af72eeb8901..c83c7a649db77ff9b29ca8676d0990cea2c365e0 100644
--- a/chrome/browser/ui/views/avatar_menu_button.h
+++ b/chrome/browser/ui/views/avatar_menu_button.h
@@ -18,11 +18,6 @@ class Image;
}
class Browser;
-// Draws a scaled version of the avatar in |image| on the taskbar button
-// associated with top level, visible |window|. Currently only implemented
-// for Windows 7 and above.
-void DrawTaskBarDecoration(gfx::NativeWindow window, const gfx::Image* image);
-
// AvatarMenuButton
//
// A button used to show either the incognito avatar or the profile avatar.
@@ -41,8 +36,7 @@ class AvatarMenuButton : public views::MenuButton,
virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
virtual bool HitTestRect(const gfx::Rect& rect) const OVERRIDE;
- virtual void SetAvatarIcon(const gfx::Image& icon,
- bool is_gaia_picture);
+ virtual void SetAvatarIcon(const gfx::Image& icon, bool is_gaia_picture);
void ShowAvatarBubble();
« no previous file with comments | « no previous file | chrome/browser/ui/views/avatar_menu_button.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698