| Index: chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm
|
| diff --git a/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm b/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm
|
| index f47847b26df4dc81f4204cc77f52216c4a953a42..e04ab85080e7bb64d8ed7675c46b89eff58c864e 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm
|
| +++ b/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm
|
| @@ -351,8 +351,6 @@ void LocationBarViewMac::Layout() {
|
| [cell addRightDecoration:page_action_decorations_[i]];
|
| }
|
|
|
| - // Iterate through |content_setting_decorations_| in reverse order so that
|
| - // the order in which the decorations are drawn matches the Views code.
|
| for (ScopedVector<ContentSettingDecoration>::iterator i =
|
| content_setting_decorations_.begin();
|
| i != content_setting_decorations_.end(); ++i) {
|
|
|