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

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

Issue 8833004: Remove BubbleDelegateView ctor color arg, add simple setter/getter. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update call to GetColor. 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
Index: chrome/browser/ui/views/first_run_bubble.cc
diff --git a/chrome/browser/ui/views/first_run_bubble.cc b/chrome/browser/ui/views/first_run_bubble.cc
index 42a0353d25723c71e8cb7b8c62022d9a4d11fea5..f4d9e9190f39765149af5aaa113777692565b6ef 100644
--- a/chrome/browser/ui/views/first_run_bubble.cc
+++ b/chrome/browser/ui/views/first_run_bubble.cc
@@ -108,9 +108,7 @@ FirstRunBubble::FirstRunBubble(
views::View* anchor_view,
views::BubbleBorder::ArrowLocation arrow_location,
FirstRun::BubbleType bubble_type)
- : views::BubbleDelegateView(anchor_view,
- arrow_location,
- SK_ColorWHITE),
+ : views::BubbleDelegateView(anchor_view, arrow_location),
profile_(profile),
bubble_type_(bubble_type) {
}

Powered by Google App Engine
This is Rietveld 408576698