| 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 5524ab5abc5a431015190ca70225784a8f8f852f..386712b845883b4b40fc26fc09d23d31db236ed1 100644
|
| --- a/ash/common/system/chromeos/palette/palette_tray.h
|
| +++ b/ash/common/system/chromeos/palette/palette_tray.h
|
| @@ -58,6 +58,8 @@ class ASH_EXPORT PaletteTray : public TrayBackgroundView,
|
| // Returns true if the shelf should not autohide.
|
| bool ShouldBlockShelfAutoHide() const;
|
|
|
| + bool OpenBubble();
|
| +
|
| private:
|
| // views::TrayBubbleView::Delegate:
|
| void BubbleViewDestroyed() override;
|
| @@ -93,7 +95,6 @@ class ASH_EXPORT PaletteTray : public TrayBackgroundView,
|
| // Called when the palette enabled pref has changed.
|
| void OnPaletteEnabledPrefChanged(bool enabled);
|
|
|
| - bool OpenBubble();
|
| void AddToolsToView(views::View* host);
|
|
|
| std::unique_ptr<PaletteToolManager> palette_tool_manager_;
|
|
|