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

Unified Diff: chrome/browser/ui/ash/multi_user/multi_user_context_menu.cc

Issue 148093008: Create a dialog that warns about possible UI-oddities of the multi-profiles window teleport (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments fix Created 6 years, 11 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
Index: chrome/browser/ui/ash/multi_user/multi_user_context_menu.cc
diff --git a/chrome/browser/ui/ash/multi_user/multi_user_context_menu.cc b/chrome/browser/ui/ash/multi_user/multi_user_context_menu.cc
index fa908cd74ee316011fafa917cbf74fdeff092e45..9280a1f2f0f16e2d094ae536829b9e4b1efb1972 100644
--- a/chrome/browser/ui/ash/multi_user/multi_user_context_menu.cc
+++ b/chrome/browser/ui/ash/multi_user/multi_user_context_menu.cc
@@ -10,3 +10,5 @@ scoped_ptr<ui::MenuModel> CreateMultiUserContextMenu(aura::Window* window) {
scoped_ptr<ui::MenuModel> menu_model;
return menu_model.Pass();
}
+
+void ExecuteVisitDesktopCommand(int command_id, aura::Window* window) {}

Powered by Google App Engine
This is Rietveld 408576698