Index: ui/views/controls/label.h |
diff --git a/ui/views/controls/label.h b/ui/views/controls/label.h |
index 03eade981af0e8d38aeb93c7ee45c1b0ca15bb76..9f3491a31430294382c486f37ece08f86ab725b0 100644 |
--- a/ui/views/controls/label.h |
+++ b/ui/views/controls/label.h |
@@ -209,7 +209,6 @@ class VIEWS_EXPORT Label : public View { |
bool handles_tooltips_; |
// Whether to collapse the label when it's not visible. |
bool collapse_when_hidden_; |
- bool allow_character_break_; |
int max_width_; |
// TODO(vadimt): Remove is_first_paint_text_ before crbug.com/431326 is |