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

Unified Diff: chrome/browser/ui/ash/launcher/launcher_context_menu.cc

Issue 1951073002: Fix segment fault issue bring by last cl https://codereview.chromium.org/1857213004/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2704
Patch Set: Created 4 years, 7 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/ash/launcher/launcher_context_menu.cc
diff --git a/chrome/browser/ui/ash/launcher/launcher_context_menu.cc b/chrome/browser/ui/ash/launcher/launcher_context_menu.cc
index 9a6cad0db4aca6c69eec31893b008ae118b9d2c5..8635cd8f40fa7414a6ce7b8617ea642695564216 100644
--- a/chrome/browser/ui/ash/launcher/launcher_context_menu.cc
+++ b/chrome/browser/ui/ash/launcher/launcher_context_menu.cc
@@ -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;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698