| Index: chrome/browser/ui/views/web_intent_picker_views.cc
|
| diff --git a/chrome/browser/ui/views/web_intent_picker_views.cc b/chrome/browser/ui/views/web_intent_picker_views.cc
|
| index 336a07d0111d17577a90bebc44f37496a3b3baf0..f970f60de3c43563f76a70517d76e44bf206f4b3 100644
|
| --- a/chrome/browser/ui/views/web_intent_picker_views.cc
|
| +++ b/chrome/browser/ui/views/web_intent_picker_views.cc
|
| @@ -1092,9 +1092,11 @@ WebIntentPickerViews::WebIntentPickerViews(TabContents* tab_contents,
|
| ConstrainedWindow::GetBackgroundColor()));
|
|
|
| // Show the dialog.
|
| - window_ = new ConstrainedWindowViews(tab_contents->web_contents(), this,
|
| - enable_chrome_style,
|
| - ConstrainedWindowViews::NO_INSETS);
|
| + window_ = new ConstrainedWindowViews(
|
| + tab_contents->web_contents(),
|
| + this,
|
| + enable_chrome_style,
|
| + ConstrainedWindowViews::FRAME_LAYOUT_NONE);
|
| if (model_->IsInlineDisposition())
|
| OnInlineDisposition(string16(), model_->inline_disposition_url());
|
| else
|
|
|