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

Unified Diff: ash/system/virtual_keyboard/virtual_keyboard_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/user/tray_user.cc ('k') | ash/system/virtual_keyboard/virtual_keyboard_tray.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/virtual_keyboard/virtual_keyboard_tray.h
diff --git a/ash/system/virtual_keyboard/virtual_keyboard_tray.h b/ash/system/virtual_keyboard/virtual_keyboard_tray.h
index df8bad6d14b51458c329c691b10da4cd83bc17ce..92c43775e02c703347cbdbac4fbc8c39e2a3fc13 100644
--- a/ash/system/virtual_keyboard/virtual_keyboard_tray.h
+++ b/ash/system/virtual_keyboard/virtual_keyboard_tray.h
@@ -25,7 +25,6 @@ class VirtualKeyboardTray : public TrayBackgroundView,
~VirtualKeyboardTray() override;
// TrayBackgroundView:
- void SetShelfAlignment(ShelfAlignment alignment) override;
base::string16 GetAccessibleNameForTray() override;
void HideBubbleWithView(const views::TrayBubbleView* bubble_view) override;
void ClickedOutsideBubble() override;
@@ -39,10 +38,6 @@ class VirtualKeyboardTray : public TrayBackgroundView,
void OnKeyboardClosed() override;
private:
- // Creates a new border for the icon. The padding is determined based on the
- // alignment of the shelf.
- void SetIconBorderForShelfAlignment();
-
void ObserveKeyboardController();
void UnobserveKeyboardController();
« no previous file with comments | « ash/system/user/tray_user.cc ('k') | ash/system/virtual_keyboard/virtual_keyboard_tray.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698