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

Unified Diff: chrome/browser/gtk/options/content_page_gtk.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
Index: chrome/browser/gtk/options/content_page_gtk.cc
diff --git a/chrome/browser/gtk/options/content_page_gtk.cc b/chrome/browser/gtk/options/content_page_gtk.cc
index 3267d8441146b6132d2d1c486a5127c62ce06c7b..6307f15ea675f20fe4a410708c79c8ef7b5c05d9 100644
--- a/chrome/browser/gtk/options/content_page_gtk.cc
+++ b/chrome/browser/gtk/options/content_page_gtk.cc
@@ -455,8 +455,7 @@ void ContentPageGtk::UpdateSyncControls() {
}
void ContentPageGtk::OnAutoFillButtonClicked(GtkWidget* widget) {
- ShowAutoFillDialog(
- NULL, profile()->GetPersonalDataManager(), profile(), NULL, NULL);
+ ShowAutoFillDialog(NULL, profile()->GetPersonalDataManager(), profile());
}
void ContentPageGtk::OnImportButtonClicked(GtkWidget* widget) {
« no previous file with comments | « chrome/browser/cocoa/preferences_window_controller.mm ('k') | chrome/browser/views/autofill_profiles_view_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698