 Chromium Code Reviews
 Chromium Code Reviews 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
    
  
    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| 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..1d1c9ce7a57123416183ba173e31bb264ed3575f 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,6 @@ 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) { | 
| +} | 
| 
ygorshenin1
2014/01/29 09:24:04
nit: you can move '}' to the previous line.
 
merkulova
2014/01/29 09:46:21
Done.
 |