Index: chrome/browser/ui/views/payments/contact_info_editor_view_controller.cc |
diff --git a/chrome/browser/ui/views/payments/contact_info_editor_view_controller.cc b/chrome/browser/ui/views/payments/contact_info_editor_view_controller.cc |
index a9cede0f9753ea8be473b43fae32fdcd41e534e3..9ac6c8d8afaf9c6f2962ba3a8da63baea0554c08 100644 |
--- a/chrome/browser/ui/views/payments/contact_info_editor_view_controller.cc |
+++ b/chrome/browser/ui/views/payments/contact_info_editor_view_controller.cc |
@@ -131,6 +131,11 @@ void ContactInfoEditorViewController::PopulateProfile( |
profile->set_origin(autofill::kSettingsOrigin); |
} |
+bool ContactInfoEditorViewController::GetSheetId(DialogViewID* sheet_id) { |
+ *sheet_id = DialogViewID::CONTACT_INFO_EDITOR_SHEET; |
+ return true; |
+} |
+ |
ContactInfoEditorViewController::ContactInfoValidationDelegate:: |
ContactInfoValidationDelegate(const EditorField& field, |
const std::string& locale, |