summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/ash/chrome_shell_delegate.h
diff options
context:
space:
mode:
authorsadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-06 20:35:25 +0000
committersadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-06 20:35:25 +0000
commit06b1d42b0ceadd4a70b7462c5c7e6adeb5a18ca4 (patch)
tree668fa900e2851fa2eca43b2e5a087dde2f17b9d7 /chrome/browser/ui/ash/chrome_shell_delegate.h
parentca40ae55cf880d8abf4e8e9c1983d61174fe1432 (diff)
downloadchromium_src-06b1d42b0ceadd4a70b7462c5c7e6adeb5a18ca4.zip
chromium_src-06b1d42b0ceadd4a70b7462c5c7e6adeb5a18ca4.tar.gz
chromium_src-06b1d42b0ceadd4a70b7462c5c7e6adeb5a18ca4.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 Previously landed in r255385, reverted in r255398 to allow another revert in r255399. Review URL: https://codereview.chromium.org/183853037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@255416 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/ui/ash/chrome_shell_delegate.h')
-rw-r--r--chrome/browser/ui/ash/chrome_shell_delegate.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/ui/ash/chrome_shell_delegate.h b/chrome/browser/ui/ash/chrome_shell_delegate.h
index c009dd7..1e8bd56 100644
--- a/chrome/browser/ui/ash/chrome_shell_delegate.h
+++ b/chrome/browser/ui/ash/chrome_shell_delegate.h
@@ -66,7 +66,6 @@ class ChromeShellDelegate : public ash::ShellDelegate,
virtual ash::AccessibilityDelegate* CreateAccessibilityDelegate() OVERRIDE;
virtual ash::NewWindowDelegate* CreateNewWindowDelegate() OVERRIDE;
virtual ash::MediaDelegate* CreateMediaDelegate() OVERRIDE;
- virtual aura::client::UserActionClient* CreateUserActionClient() OVERRIDE;
virtual ui::MenuModel* CreateContextMenu(
aura::Window* root,
ash::ShelfItemDelegate* item_delegate,