| Index: chrome/browser/ui/views/location_bar/location_bar_view.h
|
| diff --git a/chrome/browser/ui/views/location_bar/location_bar_view.h b/chrome/browser/ui/views/location_bar/location_bar_view.h
|
| index f846263ee5ca6f42175fc61baafb1a53c878f243..9f0ba3601747e3a8154fee008b22b10ed3e32292 100644
|
| --- a/chrome/browser/ui/views/location_bar/location_bar_view.h
|
| +++ b/chrome/browser/ui/views/location_bar/location_bar_view.h
|
| @@ -390,6 +390,9 @@ class LocationBarView : public LocationBar,
|
| // Delete all page action views that we have created.
|
| void DeletePageActionViews();
|
|
|
| + // Updates after the correct screen coordinates have been set for icons.
|
| + void UpdatePostLayout();
|
| +
|
| // Update the views for the Page Actions, to reflect state changes for
|
| // PageActions.
|
| void RefreshPageActionViews();
|
|
|