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

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

Issue 11421164: Migrate CollectedCookiesViews to Chrome style. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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/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

Powered by Google App Engine
This is Rietveld 408576698