 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.h | 
| diff --git a/chrome/browser/ui/ash/multi_user/multi_user_context_menu.h b/chrome/browser/ui/ash/multi_user/multi_user_context_menu.h | 
| index 3128afd27f02277cb061173f8bd1aae1e30817d9..25dbaf4f2b681b39d700afde4bba6091e9de603b 100644 | 
| --- a/chrome/browser/ui/ash/multi_user/multi_user_context_menu.h | 
| +++ b/chrome/browser/ui/ash/multi_user/multi_user_context_menu.h | 
| @@ -18,4 +18,7 @@ class MenuModel; | 
| // The multi user context menu factory. | 
| scoped_ptr<ui::MenuModel> CreateMultiUserContextMenu(aura::Window* window); | 
| +// Executes move to another profile. | 
| 
ygorshenin1
2014/01/29 09:24:04
Could you please clarify in the comment what are t
 
merkulova
2014/01/29 09:46:21
Done.
 | 
| +void ExecuteVisitDesktopCommand(int command_id, aura::Window* window); | 
| + | 
| #endif // CHROME_BROWSER_UI_ASH_MULTI_USER_MULTI_USER_CONTEXT_MENU_H_ |