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

Unified Diff: ui/views/bubble/tray_bubble_view.h

Issue 11377133: Customize user details in ash system bubble for public account mode (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Massively overhauled and redone implementation. Created 8 years, 1 month 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: ui/views/bubble/tray_bubble_view.h
diff --git a/ui/views/bubble/tray_bubble_view.h b/ui/views/bubble/tray_bubble_view.h
index ced054f54fe49c72991a55e419ea9ad68bfb0538..ecd1a02db39af61247931acbce491c28ad7fd25f 100644
--- a/ui/views/bubble/tray_bubble_view.h
+++ b/ui/views/bubble/tray_bubble_view.h
@@ -113,6 +113,9 @@ class VIEWS_EXPORT TrayBubbleView : public views::BubbleDelegateView {
// Sets the maximum bubble height and resizes the bubble.
void SetMaxHeight(int height);
+ // Sets the bubble width.
+ void SetWidth(int width);
+
// Sets whether or not to paint the bubble border arrow.
void SetPaintArrow(bool paint_arrow);

Powered by Google App Engine
This is Rietveld 408576698