Index: ash/shell.h |
diff --git a/ash/shell.h b/ash/shell.h |
index db196e6a2f8be294994aab2866f8c212ecb352fc..20c572e92dce371b5cb0b924b36bb24738346214 100644 |
--- a/ash/shell.h |
+++ b/ash/shell.h |
@@ -75,6 +75,7 @@ namespace ash { |
class AcceleratorController; |
class AccessibilityDelegate; |
+class AshMenuEventFilterDelegate; |
class AppListController; |
class AshNativeCursorManager; |
class AutoclickController; |
@@ -639,6 +640,7 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate, |
scoped_ptr<UserMetricsRecorder> user_metrics_recorder_; |
scoped_ptr< ::wm::NestedAcceleratorController> nested_accelerator_controller_; |
scoped_ptr<AcceleratorController> accelerator_controller_; |
+ scoped_ptr<AshMenuEventFilterDelegate> menu_event_filter_delegate_; |
scoped_ptr<ShellDelegate> delegate_; |
scoped_ptr<SystemTrayDelegate> system_tray_delegate_; |
scoped_ptr<SystemTrayNotifier> system_tray_notifier_; |