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

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

Issue 10384217: Add left/right layout support for uber tray. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to resolve patching issue. 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
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 ed397b340f650a0142c96154b97a96ea60bb7469..7791748bf6185b1e7257e503f4c2e6f1d58d3005 100644
--- a/ash/system/tray/system_tray_bubble.h
+++ b/ash/system/tray/system_tray_bubble.h
@@ -27,6 +27,7 @@ class SystemTrayBubble;
class SystemTrayBubbleView : public views::BubbleDelegateView {
public:
SystemTrayBubbleView(views::View* anchor,
+ views::BubbleBorder::ArrowLocation arrow_location,
SystemTrayBubble* host,
bool can_activate);
virtual ~SystemTrayBubbleView();

Powered by Google App Engine
This is Rietveld 408576698