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

Side by Side Diff: ash/system/ime_menu/ime_menu_tray.h

Issue 2897553002: Do not activate TrayBubbleView by default (Closed)
Patch Set: Add comment. Created 3 years, 6 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 unified diff | Download patch
« no previous file with comments | « no previous file | ash/system/ime_menu/ime_menu_tray.cc » ('j') | ash/system/tray/system_tray.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef ASH_SYSTEM_IME_MENU_IME_MENU_TRAY_H_ 5 #ifndef ASH_SYSTEM_IME_MENU_IME_MENU_TRAY_H_
6 #define ASH_SYSTEM_IME_MENU_IME_MENU_TRAY_H_ 6 #define ASH_SYSTEM_IME_MENU_IME_MENU_TRAY_H_
7 7
8 #include "ash/ash_export.h" 8 #include "ash/ash_export.h"
9 #include "ash/system/ime/ime_observer.h" 9 #include "ash/system/ime/ime_observer.h"
10 #include "ash/system/tray/ime_info.h" 10 #include "ash/system/tray/ime_info.h"
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 bool PerformAction(const ui::Event& event) override; 64 bool PerformAction(const ui::Event& event) override;
65 65
66 // IMEObserver: 66 // IMEObserver:
67 void OnIMERefresh() override; 67 void OnIMERefresh() override;
68 void OnIMEMenuActivationChanged(bool is_activated) override; 68 void OnIMEMenuActivationChanged(bool is_activated) override;
69 69
70 // views::TrayBubbleView::Delegate: 70 // views::TrayBubbleView::Delegate:
71 void BubbleViewDestroyed() override; 71 void BubbleViewDestroyed() override;
72 void OnMouseEnteredView() override; 72 void OnMouseEnteredView() override;
73 void OnMouseExitedView() override; 73 void OnMouseExitedView() override;
74 void RegisterAccelerators(const std::vector<ui::Accelerator>& accelerators,
75 views::TrayBubbleView* tray_bubble_view) override;
76 void UnregisterAllAccelerators(
77 views::TrayBubbleView* tray_bubble_view) override;
74 base::string16 GetAccessibleNameForBubble() override; 78 base::string16 GetAccessibleNameForBubble() override;
79 bool ShouldEnableExtraKeyboardAccessibility() override;
75 void HideBubble(const views::TrayBubbleView* bubble_view) override; 80 void HideBubble(const views::TrayBubbleView* bubble_view) override;
76 81
77 // keyboard::KeyboardControllerObserver: 82 // keyboard::KeyboardControllerObserver:
78 void OnKeyboardBoundsChanging(const gfx::Rect& new_bounds) override; 83 void OnKeyboardBoundsChanging(const gfx::Rect& new_bounds) override;
79 void OnKeyboardClosed() override; 84 void OnKeyboardClosed() override;
80 void OnKeyboardHidden() override; 85 void OnKeyboardHidden() override;
81 86
82 // VirtualKeyboardObserver: 87 // VirtualKeyboardObserver:
83 void OnKeyboardSuppressionChanged(bool suppressed) override; 88 void OnKeyboardSuppressionChanged(bool suppressed) override;
84 89
(...skipping 22 matching lines...) Expand all
107 bool show_bubble_after_keyboard_hidden_; 112 bool show_bubble_after_keyboard_hidden_;
108 113
109 base::WeakPtrFactory<ImeMenuTray> weak_ptr_factory_; 114 base::WeakPtrFactory<ImeMenuTray> weak_ptr_factory_;
110 115
111 DISALLOW_COPY_AND_ASSIGN(ImeMenuTray); 116 DISALLOW_COPY_AND_ASSIGN(ImeMenuTray);
112 }; 117 };
113 118
114 } // namespace ash 119 } // namespace ash
115 120
116 #endif // ASH_SYSTEM_IME_MENU_IME_MENU_TRAY_H_ 121 #endif // ASH_SYSTEM_IME_MENU_IME_MENU_TRAY_H_
OLDNEW
« no previous file with comments | « no previous file | ash/system/ime_menu/ime_menu_tray.cc » ('j') | ash/system/tray/system_tray.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698