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

Unified Diff: chrome/browser/views/options/content_page_view.cc

Issue 1952002: AutoFill profile shouldn't be saved when cancelled during initial setup. (Closed)
Patch Set: Created 10 years, 8 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
« no previous file with comments | « chrome/browser/views/autofill_profiles_view_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/options/content_page_view.cc
diff --git a/chrome/browser/views/options/content_page_view.cc b/chrome/browser/views/options/content_page_view.cc
index 22b1b83b96b473dcb3dce3e10875eb9814750f8f..5a8412539218a84c3e478ec53af6d3b14e5b96ac 100644
--- a/chrome/browser/views/options/content_page_view.cc
+++ b/chrome/browser/views/options/content_page_view.cc
@@ -122,7 +122,9 @@ void ContentPageView::ButtonPressed(
DCHECK(profile()->GetPersonalDataManager());
ShowAutoFillDialog(GetWindow()->GetNativeWindow(),
profile()->GetPersonalDataManager(),
- profile());
+ profile(),
+ NULL,
+ NULL);
} else if (sender == themes_reset_button_) {
UserMetricsRecordAction(UserMetricsAction("Options_ThemesReset"),
profile()->GetPrefs());
« no previous file with comments | « chrome/browser/views/autofill_profiles_view_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698