| 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());
|
|
|