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

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

Issue 10544185: Order the script badges in the location bar consistently (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: . Created 8 years, 6 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 5b448bf69d72d16af9dcd16499a7973335b878be..cb8d4823ccd0099c81a4b73b8bc8630891540ac5 100644
--- a/chrome/browser/ui/views/location_bar/location_bar_view.h
+++ b/chrome/browser/ui/views/location_bar/location_bar_view.h
@@ -450,6 +450,9 @@ class LocationBarView : public LocationBar,
// The content setting views.
ContentSettingViews content_setting_views_;
+ // The current page actions.
+ std::vector<ExtensionAction*> page_actions_;
+
// The page action icon views.
PageActionViews page_action_views_;

Powered by Google App Engine
This is Rietveld 408576698