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

Unified Diff: chrome/browser/ui/views/extensions/extension_popup.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
Index: chrome/browser/ui/views/extensions/extension_popup.cc
diff --git a/chrome/browser/ui/views/extensions/extension_popup.cc b/chrome/browser/ui/views/extensions/extension_popup.cc
index cecb86527d55205b09c468a0bfd502e4eb425710..5ad10fdccbf3b808a64b0ebb51d0da6c01b589ee 100644
--- a/chrome/browser/ui/views/extensions/extension_popup.cc
+++ b/chrome/browser/ui/views/extensions/extension_popup.cc
@@ -33,7 +33,7 @@ ExtensionPopup::ExtensionPopup(
views::View* anchor_view,
views::BubbleBorder::ArrowLocation arrow_location,
bool inspect_with_devtools)
- : BubbleDelegateView(anchor_view, arrow_location, SK_ColorWHITE),
+ : BubbleDelegateView(anchor_view, arrow_location),
extension_host_(host),
inspect_with_devtools_(inspect_with_devtools) {
SetLayoutManager(new views::FillLayout());
« no previous file with comments | « chrome/browser/ui/views/extensions/extension_installed_bubble.cc ('k') | chrome/browser/ui/views/first_run_bubble.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698