| Index: ash/shell_delegate.h
|
| diff --git a/ash/shell_delegate.h b/ash/shell_delegate.h
|
| index 7bb4ebe224e1df821689f70292e4facf90789ff2..7f27d210a7f3db4d5cda7d3a5e93aa1cccd3a5f5 100644
|
| --- a/ash/shell_delegate.h
|
| +++ b/ash/shell_delegate.h
|
| @@ -19,9 +19,6 @@ class AppListViewDelegate;
|
| namespace aura {
|
| class RootWindow;
|
| class Window;
|
| -namespace client {
|
| -class UserActionClient;
|
| -}
|
| }
|
|
|
| namespace content {
|
| @@ -123,9 +120,6 @@ class ASH_EXPORT ShellDelegate {
|
| // Creates a media delegate. Shell takes ownership of the delegate.
|
| virtual MediaDelegate* CreateMediaDelegate() = 0;
|
|
|
| - // Creates a user action client. Shell takes ownership of the object.
|
| - virtual aura::client::UserActionClient* CreateUserActionClient() = 0;
|
| -
|
| // Creates a menu model of the context for the |root_window|.
|
| // When a ContextMenu is used for an item created by ShelfWindowWatcher,
|
| // passes its ShelfItemDelegate and ShelfItem.
|
|
|