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

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

Issue 2216933003: Implement the palette help and options buttons. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@palette-delegate
Patch Set: Address nit Created 4 years, 4 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/common/system/chromeos/palette/palette_tray.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/chromeos/palette/palette_tray.h
diff --git a/ash/common/system/chromeos/palette/palette_tray.h b/ash/common/system/chromeos/palette/palette_tray.h
index dcd387cffe49a9b222d434747f214f47bff24da3..18d900ab1bc31f3f6a8337343b9d0a6aa7f2578b 100644
--- a/ash/common/system/chromeos/palette/palette_tray.h
+++ b/ash/common/system/chromeos/palette/palette_tray.h
@@ -50,6 +50,9 @@ class ASH_EXPORT PaletteTray : public TrayBackgroundView,
void SetShelfAlignment(ShelfAlignment alignment) override;
void AnchorUpdated() override;
+ // PaletteToolManager::Delegate:
+ void HidePalette() override;
+
private:
// views::TrayBubbleView::Delegate:
void BubbleViewDestroyed() override;
@@ -66,7 +69,6 @@ class ASH_EXPORT PaletteTray : public TrayBackgroundView,
void HideBubble(const views::TrayBubbleView* bubble_view) override;
// PaletteToolManager::Delegate:
- void HidePalette() override;
void OnActiveToolChanged() override;
WmWindow* GetWindow() override;
« no previous file with comments | « no previous file | ash/common/system/chromeos/palette/palette_tray.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698