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

Unified Diff: ash/system/tray/system_tray.h

Issue 10535112: Prepare status area to support multiple trays. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 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
« no previous file with comments | « ash/system/status_area_widget_delegate.cc ('k') | ash/system/tray/system_tray.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/tray/system_tray.h
diff --git a/ash/system/tray/system_tray.h b/ash/system/tray/system_tray.h
index 8cee8199a1b14d27ccd23c3ec225e80c80c8d337..f6cf1cae7e8c6bf79e7f5a74b942e3f1fd7df55b 100644
--- a/ash/system/tray/system_tray.h
+++ b/ash/system/tray/system_tray.h
@@ -11,7 +11,6 @@
#include "ash/system/tray/tray_background_view.h"
#include "ash/system/tray/tray_views.h"
#include "ash/system/user/login_status.h"
-#include "ash/wm/shelf_auto_hide_behavior.h"
#include "base/basictypes.h"
#include "base/compiler_specific.h"
#include "base/memory/scoped_ptr.h"
@@ -147,8 +146,8 @@ class ASH_EXPORT SystemTray : public internal::TrayBackgroundView {
// Returns true if the bubble exists.
bool CloseBubbleForTest() const;
- void SetShelfAlignment(ShelfAlignment alignment);
- ShelfAlignment shelf_alignment() const { return shelf_alignment_; }
+ // Overridden from TrayBackgroundView.
+ virtual void SetShelfAlignment(ShelfAlignment alignment) OVERRIDE;
private:
friend class internal::SystemTrayLayerAnimationObserver;
@@ -235,9 +234,6 @@ class ASH_EXPORT SystemTray : public internal::TrayBackgroundView {
// See description agove getter.
bool should_show_launcher_;
- // Shelf alignment.
- ShelfAlignment shelf_alignment_;
-
scoped_ptr<internal::SystemTrayLayerAnimationObserver>
layer_animation_observer_;
« no previous file with comments | « ash/system/status_area_widget_delegate.cc ('k') | ash/system/tray/system_tray.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698