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

Unified Diff: chrome/browser/ui/views/autofill/autofill_dialog_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
« no previous file with comments | « no previous file | chrome/browser/ui/views/collected_cookies_views.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/autofill/autofill_dialog_views.cc
diff --git a/chrome/browser/ui/views/autofill/autofill_dialog_views.cc b/chrome/browser/ui/views/autofill/autofill_dialog_views.cc
index 2ad4051419aa3c7daac5297fb5d01a2d031b6e2b..16869f7e4985973fc593f78a3cf5f72900f9ed19 100644
--- a/chrome/browser/ui/views/autofill/autofill_dialog_views.cc
+++ b/chrome/browser/ui/views/autofill/autofill_dialog_views.cc
@@ -91,7 +91,7 @@ void AutofillDialogViews::Show() {
// will take care of deleting itself after calling DeleteDelegate().
window_ = new ConstrainedWindowViews(
controller_->web_contents(), this,
- true, ConstrainedWindowViews::DEFAULT_INSETS);
+ true, ConstrainedWindowViews::FRAME_LAYOUT_FULL);
}
int AutofillDialogViews::GetSuggestionSelection(DialogSection section) {
« no previous file with comments | « no previous file | chrome/browser/ui/views/collected_cookies_views.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698