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

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

Issue 11192014: Revert 162252 - Make Web Intents picker in Views conform to latest mocks (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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
===================================================================
--- chrome/browser/ui/views/constrained_web_dialog_delegate_views.cc (revision 162255)
+++ chrome/browser/ui/views/constrained_web_dialog_delegate_views.cc (working copy)
@@ -184,8 +184,7 @@
ConstrainedWindow* constrained_window =
new ConstrainedWindowViews(container->web_contents(),
constrained_delegate,
- false,
- ConstrainedWindowViews::DEFAULT_INSETS);
+ false);
constrained_delegate->set_window(constrained_window);
return constrained_delegate;
}
« no previous file with comments | « chrome/browser/ui/views/collected_cookies_views.cc ('k') | chrome/browser/ui/views/constrained_window_frame_simple.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698