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

Unified Diff: ash/system/ime_menu/ime_menu_tray.h

Issue 2958693002: Reland with a fix: Do not activate TrayBubbleView by default (Closed)
Patch Set: Add a fix. 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ash/system/ime_menu/ime_menu_tray.cc » ('j') | ash/system/tray/system_tray_bubble.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/ime_menu/ime_menu_tray.h
diff --git a/ash/system/ime_menu/ime_menu_tray.h b/ash/system/ime_menu/ime_menu_tray.h
index 39867fb3b54d24e6174258e2b535bafa0113deac..27351b6c4f6c8368bad60fe3d1eb6d37528f8e92 100644
--- a/ash/system/ime_menu/ime_menu_tray.h
+++ b/ash/system/ime_menu/ime_menu_tray.h
@@ -72,7 +72,12 @@ class ASH_EXPORT ImeMenuTray : public TrayBackgroundView,
void BubbleViewDestroyed() override;
void OnMouseEnteredView() override;
void OnMouseExitedView() override;
+ void RegisterAccelerators(const std::vector<ui::Accelerator>& accelerators,
+ views::TrayBubbleView* tray_bubble_view) override;
+ void UnregisterAllAccelerators(
+ views::TrayBubbleView* tray_bubble_view) override;
base::string16 GetAccessibleNameForBubble() override;
+ bool ShouldEnableExtraKeyboardAccessibility() override;
void HideBubble(const views::TrayBubbleView* bubble_view) override;
// keyboard::KeyboardControllerObserver:
« no previous file with comments | « no previous file | ash/system/ime_menu/ime_menu_tray.cc » ('j') | ash/system/tray/system_tray_bubble.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698