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()); |