Index: chrome/browser/views/location_bar/location_bar_view.h |
diff --git a/chrome/browser/views/location_bar/location_bar_view.h b/chrome/browser/views/location_bar/location_bar_view.h |
index 84270ddf38db1cc93858fcc61f7ab4ddcc346997..ca092bd587f05f274a5c4e9b0bc11f658fff011a 100644 |
--- a/chrome/browser/views/location_bar/location_bar_view.h |
+++ b/chrome/browser/views/location_bar/location_bar_view.h |
@@ -211,8 +211,6 @@ class LocationBarView : public LocationBar, |
virtual AutocompleteEditView* location_entry() { |
return location_entry_.get(); |
} |
- virtual void PushForceHidden(); |
- virtual void PopForceHidden(); |
virtual LocationBarTesting* GetLocationBarForTesting() { return this; } |
// Overridden from LocationBarTesting: |
@@ -349,10 +347,6 @@ class LocationBarView : public LocationBar, |
// The mode that dictates how the bar shows. |
Mode mode_; |
- // Counts the number of times consumers have asked us to be hidden. |
- // We should actually be hidden iff this is greater than zero. |
- int force_hidden_count_; |
- |
// True if we should show a focus rect while the location entry field is |
// focused. Used when the toolbar is in full keyboard accessibility mode. |
bool show_focus_rect_; |