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

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

Issue 2920004: Nukes the import parameters to ShowAutoFillDialog as they aren't used. (Closed)
Patch Set: added todos Created 10 years, 5 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 04ccf65b7e858fecb8be0f3c2afa205d25279fde..19eabfca0013b69af5f2cebf7fafb61c09a3552e 100644
--- a/chrome/browser/views/options/content_page_view.cc
+++ b/chrome/browser/views/options/content_page_view.cc
@@ -124,9 +124,7 @@ void ContentPageView::ButtonPressed(
DCHECK(profile()->GetPersonalDataManager());
ShowAutoFillDialog(GetWindow()->GetNativeWindow(),
profile()->GetPersonalDataManager(),
- profile(),
- NULL,
- NULL);
+ profile());
} 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