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

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

Issue 16909006: Turn off the tip for the sytem tray menu and the app list (ChromeOS). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed Created 7 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
Index: ui/views/bubble/bubble_delegate.h
diff --git a/ui/views/bubble/bubble_delegate.h b/ui/views/bubble/bubble_delegate.h
index 340cad73114425725020b5aaafe73dae6037f7a9..be35b79f0ee47da369a25684a32c0f14c98b9632 100644
--- a/ui/views/bubble/bubble_delegate.h
+++ b/ui/views/bubble/bubble_delegate.h
@@ -113,6 +113,9 @@ class VIEWS_EXPORT BubbleDelegateView : public WidgetDelegateView,
// after calling CreateBubble.
void SetAlignment(BubbleBorder::BubbleAlignment alignment);
+ // Sets the bubble arrow paint type.
+ void SetArrowPaintType(BubbleBorder::ArrowPaintType paint_type);
+
protected:
// Get bubble bounds from the anchor rect and client view's preferred size.
virtual gfx::Rect GetBubbleBounds();

Powered by Google App Engine
This is Rietveld 408576698