Chromium Code Reviews| 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_ |