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

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

Issue 11044020: Make Web Intents picker in Views conform to latest mocks (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Address comments Created 8 years, 2 months 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/constrained_web_dialog_delegate_views.cc
diff --git a/chrome/browser/ui/views/constrained_web_dialog_delegate_views.cc b/chrome/browser/ui/views/constrained_web_dialog_delegate_views.cc
index 95edf10596a5663ed38d1c97432adc3e21ce2f63..07730aa36095e5e5a9ee4da478deb1dda8b0bedc 100644
--- a/chrome/browser/ui/views/constrained_web_dialog_delegate_views.cc
+++ b/chrome/browser/ui/views/constrained_web_dialog_delegate_views.cc
@@ -184,7 +184,8 @@ ConstrainedWebDialogDelegate* ui::CreateConstrainedWebDialog(
ConstrainedWindow* constrained_window =
new ConstrainedWindowViews(container->web_contents(),
constrained_delegate,
- false);
+ false,
+ ConstrainedWindowViews::GetDefaultInsets());
constrained_delegate->set_window(constrained_window);
return constrained_delegate;
}

Powered by Google App Engine
This is Rietveld 408576698