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

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

Issue 668171: AutoFill Mac preference for enabling Address Book "me" card usage.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 10 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') | chrome/common/pref_names.h » ('j') | 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
===================================================================
--- chrome/browser/views/options/content_page_view.cc (revision 40742)
+++ chrome/browser/views/options/content_page_view.cc (working copy)
@@ -118,7 +118,8 @@
} else {
ShowAutoFillDialog(profile()->GetPersonalDataManager(),
profile()->GetPersonalDataManager()->profiles(),
- profile()->GetPersonalDataManager()->credit_cards());
+ profile()->GetPersonalDataManager()->credit_cards(),
+ profile());
}
} else if (sender == themes_reset_button_) {
UserMetricsRecordAction("Options_ThemesReset", profile()->GetPrefs());
@@ -420,7 +421,8 @@
void ContentPageView::OnPersonalDataLoaded() {
ShowAutoFillDialog(profile()->GetPersonalDataManager(),
profile()->GetPersonalDataManager()->profiles(),
- profile()->GetPersonalDataManager()->credit_cards());
+ profile()->GetPersonalDataManager()->credit_cards(),
+ profile());
profile()->GetPersonalDataManager()->RemoveObserver(this);
}
« no previous file with comments | « chrome/browser/views/autofill_profiles_view_win.cc ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698