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

Unified Diff: ash/system/palette/palette_tray.h

Issue 2897553002: Do not activate TrayBubbleView by default (Closed)
Patch Set: Remove unnecessary code. 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
Index: ash/system/palette/palette_tray.h
diff --git a/ash/system/palette/palette_tray.h b/ash/system/palette/palette_tray.h
index f5aad0c54735a2a48854cdfe8b7ee48f8bcdb10c..3d818a9afeb8b90e9e6c27d5f62427f739a693b3 100644
--- a/ash/system/palette/palette_tray.h
+++ b/ash/system/palette/palette_tray.h
@@ -83,7 +83,12 @@ class ASH_EXPORT PaletteTray : 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;
// PaletteToolManager::Delegate:

Powered by Google App Engine
This is Rietveld 408576698