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

Unified Diff: ui/views/controls/button/label_button.h

Issue 2374803002: Remove a bunch of pre-MD toolbar code and assets. (Closed)
Patch Set: fix mac? Created 4 years, 3 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
Index: ui/views/controls/button/label_button.h
diff --git a/ui/views/controls/button/label_button.h b/ui/views/controls/button/label_button.h
index 8f23162c87d93b4245f38274ac0807da0d297efe..96fc7af6b1f412de203a5070defdb1d600f777ce 100644
--- a/ui/views/controls/button/label_button.h
+++ b/ui/views/controls/button/label_button.h
@@ -31,9 +31,6 @@ class VIEWS_EXPORT LabelButton : public CustomButton,
// The length of the hover fade animation.
static const int kHoverAnimationDurationMs;
- // Amount to inset each edge of the button when drawing the focus rectangle.
- static const int kFocusRectInset;
-
static const char kViewClassName[];
LabelButton(ButtonListener* listener, const base::string16& text);

Powered by Google App Engine
This is Rietveld 408576698