Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(106)

Unified Diff: ash/shell.h

Issue 10383223: Revert 137549 because it broke win_aura and linux_chromeos_clang compile. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/ash_switches.cc ('k') | ash/shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.h
===================================================================
--- ash/shell.h (revision 137550)
+++ ash/shell.h (working copy)
@@ -86,7 +86,6 @@
class SystemGestureEventFilter;
class StackingController;
class TooltipController;
-class TouchObserverHUD;
class VisibilityController;
class WindowModalityController;
class WorkspaceController;
@@ -369,10 +368,6 @@
// An event filter that pre-handles all key events to send them to an IME.
scoped_ptr<aura::shared::InputMethodEventFilter> input_method_filter_;
- // An event filter that silently keeps track of all touch events and controls
- // a heads-up display. This is enabled only if --ash-touch-hud flag is used.
- scoped_ptr<internal::TouchObserverHUD> touch_observer_hud_;
-
// The shelf for managing the launcher and the status widget in non-compact
// mode. Shell does not own the shelf. Instead, it is owned by container of
// the status area.
Property changes on: ash/shell.h
___________________________________________________________________
Deleted: svn:mergeinfo
« no previous file with comments | « ash/ash_switches.cc ('k') | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698