Skip to content

Commit

Permalink
Fix uninitialized variable in ToolbarActionsBar
Browse files Browse the repository at this point in the history
NOTRY=true
TBR=finnur@chromium.org

Review URL: https://codereview.chromium.org/797503005

Cr-Commit-Position: refs/heads/master@{#309270}
  • Loading branch information
rdcronin authored and Commit bot committed Dec 19, 2014
1 parent 2c971d8 commit b809205
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chrome/browser/ui/toolbar/toolbar_actions_bar.cc
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ ToolbarActionsBar::TabOrderHelper::TabOrderHelper(
Browser* browser,
extensions::ExtensionToolbarModel* model)
: toolbar_(toolbar),
overflow_bar_(nullptr),
model_(model),
tab_strip_observer_(this) {
tab_strip_observer_.Add(browser->tab_strip_model());
Expand Down

0 comments on commit b809205

Please sign in to comment.