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

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

Issue 17176015: Improve the look of the avatar label button (views). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address review comments. Created 7 years, 6 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_label.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/avatar_label.h
diff --git a/chrome/browser/ui/views/avatar_label.h b/chrome/browser/ui/views/avatar_label.h
index 4445663e746bc31689b4ee86f1ed909494f37fed..d2ad82316a828f860f8b8ebf298db3bb9e4d9cd6 100644
--- a/chrome/browser/ui/views/avatar_label.h
+++ b/chrome/browser/ui/views/avatar_label.h
@@ -13,7 +13,6 @@ class BrowserView;
namespace ui {
class MouseEvent;
class ThemeProvider;
-class NativeTheme;
}
// AvatarLabel
@@ -27,8 +26,6 @@ class AvatarLabel : public views::TextButton {
// views::TextButton:
virtual bool OnMousePressed(const ui::MouseEvent& event) OVERRIDE;
- virtual void GetExtraParams(
- ui::NativeTheme::ExtraParams* params) const OVERRIDE;
// Update the style of the label according to the provided theme.
void UpdateLabelStyle();
« no previous file with comments | « no previous file | chrome/browser/ui/views/avatar_label.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698