| Index: chrome/browser/autofill_manager.cc
|
| ===================================================================
|
| --- chrome/browser/autofill_manager.cc (revision 9373)
|
| +++ chrome/browser/autofill_manager.cc (working copy)
|
| @@ -8,7 +8,13 @@
|
| #include "chrome/browser/profile.h"
|
| #include "chrome/browser/tab_contents/web_contents.h"
|
| #include "chrome/common/pref_names.h"
|
| +#include "chrome/common/pref_service.h"
|
|
|
| +// static
|
| +void AutofillManager::RegisterUserPrefs(PrefService* prefs) {
|
| + prefs->RegisterBooleanPref(prefs::kFormAutofillEnabled, true);
|
| +}
|
| +
|
| AutofillManager::AutofillManager(WebContents* web_contents) :
|
| web_contents_(web_contents),
|
| pending_query_handle_(0),
|
|
|