Skip to content

Commit

Permalink
Fix segment fault issue bring by last cl https://codereview.chromium.…
Browse files Browse the repository at this point in the history
…org/1857213004/

Fix segment fault issue related to launcher context menu.

BUG= 602918

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

Cr-Commit-Position: refs/heads/master@{#387013}
  • Loading branch information
lgcheng authored and Commit bot committed Apr 13, 2016
1 parent 8d5ea3d commit 6ebd2ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/browser/ui/ash/launcher/launcher_context_menu.cc
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ bool LauncherContextMenu::ExecuteCommonCommand(int command_id,
case MENU_AUTO_HIDE:
case MENU_ALIGNMENT_MENU:
case MENU_CHANGE_WALLPAPER:
ExecuteCommand(command_id, event_flags);
LauncherContextMenu::ExecuteCommand(command_id, event_flags);
return true;
default:
return false;
Expand Down

0 comments on commit 6ebd2ff

Please sign in to comment.