| Index: chrome/browser/ui/views/location_bar/location_bar_view.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/location_bar/location_bar_view.cc (revision 74117)
|
| +++ chrome/browser/ui/views/location_bar/location_bar_view.cc (working copy)
|
| @@ -968,7 +968,7 @@
|
| page_action_views_[i] = new PageActionWithBadgeView(
|
| new PageActionImageView(this, profile_, page_actions[i]));
|
| page_action_views_[i]->SetVisible(false);
|
| - AddChildView(GetChildIndex(star_view_), page_action_views_[i]);
|
| + AddChildViewAt(page_action_views_[i], GetIndexOf(star_view_));
|
| }
|
| }
|
|
|
|
|