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

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: minor change 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..7c1d2e2f831a57d67e9fbc2bd8924e0bb1ec2eae 100644
--- a/chrome/browser/ui/views/location_bar/location_bar_view.h
+++ b/chrome/browser/ui/views/location_bar/location_bar_view.h
@@ -385,7 +385,10 @@ class LocationBarView : public LocationBar,
// Update the visibility state of the Content Blocked icons to reflect what is
Peter Kasting 2013/09/05 06:55:19 Nit: Update -> Updates
npentrel 2013/09/05 08:28:09 Done.
// actually blocked on the current page.
Peter Kasting 2013/09/05 06:55:19 Nit: Add to end: Calling this function should alw
npentrel 2013/09/05 08:28:09 Done.
- void RefreshContentSettingViews();
+ void UpdateContentSettingViewsPreLayout();
+
+ // Updates after the correct screen coordinates have been set for icons.
Peter Kasting 2013/09/05 06:55:19 Nit: How about: Allows content setting icons to p
npentrel 2013/09/05 08:28:09 Done.
+ void UpdateContentSettingViewsPostLayout();
// Delete all page action views that we have created.
void DeletePageActionViews();

Powered by Google App Engine
This is Rietveld 408576698