Index: chrome/browser/ui/location_bar/location_bar.h |
diff --git a/chrome/browser/ui/location_bar/location_bar.h b/chrome/browser/ui/location_bar/location_bar.h |
index df125323727870e0d7576c58576f11daa665a8cf..2927cd6777163a7989436517bab63da83d5bf246 100644 |
--- a/chrome/browser/ui/location_bar/location_bar.h |
+++ b/chrome/browser/ui/location_bar/location_bar.h |
@@ -61,6 +61,10 @@ class LocationBar { |
// Updates the visibility of the bookmark star. |
virtual void UpdateBookmarkStarVisibility() = 0; |
+ // Updates the visibility of the location bar. Animates the transition if |
+ // |animate| is true. |
+ virtual void UpdateLocationBarVisibility(bool visible, bool animate) = 0; |
+ |
// Shows the popup for the given |extension| and, if |grant_active_tab| is |
// true, grants the extension active tab permissions. |
// Returns true if a popup was shown. |