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

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

Issue 2807693002: Make LogoutButtonTray a regular View (Closed)
Patch Set: Rebased Created 3 years, 8 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 | « ash/system/overview/overview_button_tray.cc ('k') | ash/system/palette/palette_tray.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/palette/palette_tray.h
diff --git a/ash/system/palette/palette_tray.h b/ash/system/palette/palette_tray.h
index 9faa38963c26b47596dccc8529276f72ceb876dd..5bd0deb6fa36658d009e77e93ec2a92dd0154144 100644
--- a/ash/system/palette/palette_tray.h
+++ b/ash/system/palette/palette_tray.h
@@ -5,7 +5,6 @@
#ifndef ASH_SYSTEM_PALETTE_PALETTE_TRAY_H_
#define ASH_SYSTEM_PALETTE_PALETTE_TRAY_H_
-#include <map>
#include <memory>
#include "ash/ash_export.h"
@@ -58,7 +57,6 @@ class ASH_EXPORT PaletteTray : public TrayBackgroundView,
void ClickedOutsideBubble() override;
base::string16 GetAccessibleNameForTray() override;
void HideBubbleWithView(const views::TrayBubbleView* bubble_view) override;
- void SetShelfAlignment(ShelfAlignment alignment) override;
void AnchorUpdated() override;
void Initialize() override;
« no previous file with comments | « ash/system/overview/overview_button_tray.cc ('k') | ash/system/palette/palette_tray.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698