| 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 bd8089112993d0759f21f830457914fa1b25bf13..53a2c9ff45507c126b5271d02ac023feab0f9795 100644
|
| --- a/chrome/browser/ui/location_bar/location_bar.h
|
| +++ b/chrome/browser/ui/location_bar/location_bar.h
|
| @@ -58,6 +58,9 @@ class LocationBar {
|
| // Updates the state of the page actions.
|
| virtual void UpdatePageActions() = 0;
|
|
|
| + // Updates the visibility of the bookmark star.
|
| + virtual void UpdateBookmarkStarVisibility() = 0;
|
| +
|
| // Called when the page-action data needs to be refreshed, e.g. when an
|
| // extension is unloaded or crashes.
|
| virtual void InvalidatePageActions() = 0;
|
|
|