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

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

Issue 10417013: Show fixed arrow for uber tray bubble if shelf alignment is vertical. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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/tray/system_tray.cc ('k') | ash/system/tray/system_tray_bubble.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/tray/system_tray_bubble.h
diff --git a/ash/system/tray/system_tray_bubble.h b/ash/system/tray/system_tray_bubble.h
index 7791748bf6185b1e7257e503f4c2e6f1d58d3005..90804c62583c7bb96840c46038ab8ebd8e495bfd 100644
--- a/ash/system/tray/system_tray_bubble.h
+++ b/ash/system/tray/system_tray_bubble.h
@@ -7,6 +7,7 @@
#pragma once
#include "ash/system/user/login_status.h"
+#include "ash/wm/shelf_auto_hide_behavior.h"
#include "base/base_export.h"
#include "base/message_pump_observer.h"
#include "base/timer.h"
@@ -74,7 +75,7 @@ class SystemTrayBubble : public base::MessagePumpObserver,
};
struct InitParams {
- InitParams(AnchorType anchor_type);
+ InitParams(AnchorType anchor_type, ShelfAlignment shelf_alignmen);
views::View* anchor;
AnchorType anchor_type;
« no previous file with comments | « ash/system/tray/system_tray.cc ('k') | ash/system/tray/system_tray_bubble.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698