Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3584)

Unified Diff: chrome/browser/ui/views/location_bar/location_bar_view.h

Issue 23557004: Save password bubble pops up automatically (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding comment Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698