summaryrefslogtreecommitdiffstats
path: root/ash/test/test_shell_delegate.h
diff options
context:
space:
mode:
authorsadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-06 17:37:27 +0000
committersadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-06 17:37:27 +0000
commitac34b1b9671778f7aa1aecec64cfb2fb0c65c204 (patch)
tree03e12f8df7a8f55fd9714d0234e4e5f71ab41c4b /ash/test/test_shell_delegate.h
parentebc7df9a1817371e1be730e19c4b9cc8373c2315 (diff)
downloadchromium_src-ac34b1b9671778f7aa1aecec64cfb2fb0c65c204.zip
chromium_src-ac34b1b9671778f7aa1aecec64cfb2fb0c65c204.tar.gz
chromium_src-ac34b1b9671778f7aa1aecec64cfb2fb0c65c204.tar.bz2
aura: Remove client::UserActionClient.
UserActionClient is used to navigate back/forward when the back/forward on a supported mouse-device is clicked on X11. This can instead be achieved by installing an event-handler on the browser window. This does change the behaviour a little on ChromeOS: clicking these navigation buttons when the cursor is not on top of the browser window will not navigate after this change. I have confirmed with UX that this is a desirable change. BUG=319636 R=sky@chromium.org Review URL: https://codereview.chromium.org/183853037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@255385 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/test/test_shell_delegate.h')
-rw-r--r--ash/test/test_shell_delegate.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ash/test/test_shell_delegate.h b/ash/test/test_shell_delegate.h
index fa23b48..6090eca 100644
--- a/ash/test/test_shell_delegate.h
+++ b/ash/test/test_shell_delegate.h
@@ -49,7 +49,6 @@ class TestShellDelegate : public ShellDelegate {
virtual AccessibilityDelegate* CreateAccessibilityDelegate() OVERRIDE;
virtual NewWindowDelegate* CreateNewWindowDelegate() OVERRIDE;
virtual MediaDelegate* CreateMediaDelegate() OVERRIDE;
- virtual aura::client::UserActionClient* CreateUserActionClient() OVERRIDE;
virtual ui::MenuModel* CreateContextMenu(
aura::Window* root,
ash::ShelfItemDelegate* item_delegate,