1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "chrome/browser/ui/autofill/autofill_dialog_controller.h"
9 AutofillDialogController::~AutofillDialogController() {}
11 #if !defined(ENABLE_AUTOFILL_DIALOG)
13 base::WeakPtr
<AutofillDialogController
>
14 AutofillDialogController::Create(
15 content::WebContents
* contents
,
16 const FormData
& form_structure
,
17 const GURL
& source_url
,
18 const base::Callback
<void(const FormStructure
*)>& callback
) {
20 return base::WeakPtr
<AutofillDialogController
>();
24 void AutofillDialogController::RegisterPrefs(PrefRegistrySimple
* registry
) {}
27 void AutofillDialogController::RegisterProfilePrefs(
28 user_prefs::PrefRegistrySyncable
* registry
) {}
29 #endif // !defined(ENABLE_AUTOFILL_DIALOG)
31 } // namespace autofill