summaryrefslogtreecommitdiffstats
path: root/ash/shell.h
diff options
context:
space:
mode:
authorpkotwicz@chromium.org <pkotwicz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-20 23:01:02 +0000
committerpkotwicz@chromium.org <pkotwicz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-20 23:01:02 +0000
commit342d56a8e60d1196cefc0309fc0e261e1e13c877 (patch)
tree32f7ab2303841a292320b5c43ef474f57cd828f6 /ash/shell.h
parentf192ad752feea9d3ff275bc955b932add56b3fdd (diff)
downloadchromium_src-342d56a8e60d1196cefc0309fc0e261e1e13c877.zip
chromium_src-342d56a8e60d1196cefc0309fc0e261e1e13c877.tar.gz
chromium_src-342d56a8e60d1196cefc0309fc0e261e1e13c877.tar.bz2
Revert 242116 "Use a single ToplevelWindowEventHandler for the a..."
> Use a single ToplevelWindowEventHandler for the ash::Shell. This is part 1 in disabling the few cases in which dragging multiple windows is possible (which causes crashiness) > > BUG=324038 > TEST=None > > Review URL: https://codereview.chromium.org/114643003 TBR=pkotwicz@chromium.org Review URL: https://codereview.chromium.org/115693009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242198 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/shell.h')
-rw-r--r--ash/shell.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ash/shell.h b/ash/shell.h
index 3193306..0b77ad8 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -105,7 +105,6 @@ class StickyKeysController;
class SystemTray;
class SystemTrayDelegate;
class SystemTrayNotifier;
-class ToplevelWindowEventHandler;
class UserActivityDetector;
class UserWallpaperDelegate;
class VideoDetector;
@@ -656,9 +655,6 @@ class ASH_EXPORT Shell
// An event filter for logging keyboard-related metrics.
scoped_ptr<internal::KeyboardUMAEventFilter> keyboard_metrics_filter_;
- // An event filter which handles moving and resizing windows.
- scoped_ptr<ToplevelWindowEventHandler> toplevel_window_event_handler_;
-
// An event filter which handles system level gestures
scoped_ptr<internal::SystemGestureEventFilter> system_gesture_filter_;