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

Unified Diff: chrome/browser/autofill/autofill_manager.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/autofill/autofill_manager.cc
diff --git a/chrome/browser/autofill/autofill_manager.cc b/chrome/browser/autofill/autofill_manager.cc
index aec30ee76e394198c80f2e2e0a239476c67b1a5e..a368033214846887f8e259e4c4381df4b35c9e5f 100644
--- a/chrome/browser/autofill/autofill_manager.cc
+++ b/chrome/browser/autofill/autofill_manager.cc
@@ -339,9 +339,7 @@ bool AutoFillManager::FillAutoFillFormData(int query_id,
void AutoFillManager::ShowAutoFillDialog() {
::ShowAutoFillDialog(tab_contents_->GetContentNativeView(),
personal_data_,
- tab_contents_->profile()->GetOriginalProfile(),
- NULL,
- NULL);
+ tab_contents_->profile()->GetOriginalProfile());
}
void AutoFillManager::Reset() {
« no previous file with comments | « chrome/browser/autofill/autofill_dialog_mac.mm ('k') | chrome/browser/cocoa/preferences_window_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698