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

Unified Diff: chrome/browser/ui/views/web_intent_picker_view.cc

Issue 8833004: Remove BubbleDelegateView ctor color arg, add simple setter/getter. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Pass set_color SkColor arg by value. Created 9 years 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 | « chrome/browser/ui/views/page_info_bubble_view.cc ('k') | ui/aura_shell/examples/bubble.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/web_intent_picker_view.cc
diff --git a/chrome/browser/ui/views/web_intent_picker_view.cc b/chrome/browser/ui/views/web_intent_picker_view.cc
index 2af394f36cf4f943f80f41978d2cd4e97df3857d..297d7831d69c7e7821109bb61a3d12d682587995 100644
--- a/chrome/browser/ui/views/web_intent_picker_view.cc
+++ b/chrome/browser/ui/views/web_intent_picker_view.cc
@@ -146,9 +146,7 @@ WebIntentPicker* WebIntentPicker::Create(Browser* browser,
WebIntentPickerView::WebIntentPickerView(views::View* anchor_view,
TabContentsWrapper* wrapper,
WebIntentPickerDelegate* delegate)
- : BubbleDelegateView(anchor_view,
- views::BubbleBorder::TOP_LEFT,
- SK_ColorWHITE),
+ : BubbleDelegateView(anchor_view, views::BubbleBorder::TOP_LEFT),
delegate_(delegate),
button_hbox_(NULL) {}
« no previous file with comments | « chrome/browser/ui/views/page_info_bubble_view.cc ('k') | ui/aura_shell/examples/bubble.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698