| Index: trunk/src/ash/shell/shell_delegate_impl.cc
|
| ===================================================================
|
| --- trunk/src/ash/shell/shell_delegate_impl.cc (revision 255397)
|
| +++ trunk/src/ash/shell/shell_delegate_impl.cc (working copy)
|
| @@ -155,6 +155,10 @@
|
| return new MediaDelegateImpl;
|
| }
|
|
|
| +aura::client::UserActionClient* ShellDelegateImpl::CreateUserActionClient() {
|
| + return NULL;
|
| +}
|
| +
|
| ui::MenuModel* ShellDelegateImpl::CreateContextMenu(
|
| aura::Window* root,
|
| ash::ShelfItemDelegate* item_delegate,
|
|
|