| Index: chrome/browser/chromeos/login/account_creation_view.cc
|
| diff --git a/chrome/browser/chromeos/login/account_creation_view.cc b/chrome/browser/chromeos/login/account_creation_view.cc
|
| index 82ff7933aebeb723ca34de25440394bc8ed23260..0719c4ed40108c3381aa524e985de1a63aa57eea 100644
|
| --- a/chrome/browser/chromeos/login/account_creation_view.cc
|
| +++ b/chrome/browser/chromeos/login/account_creation_view.cc
|
| @@ -54,8 +54,8 @@ class AccountCreationTabContents : public WizardWebPageViewTabContents,
|
| virtual void FormsSeen(const std::vector<FormData>& forms) {
|
| }
|
|
|
| - virtual bool GetAutoFillSuggestions(
|
| - int query_id, bool form_autofilled, const webkit_glue::FormField& field) {
|
| + virtual bool GetAutoFillSuggestions(bool field_autofilled,
|
| + const webkit_glue::FormField& field) {
|
| return false;
|
| }
|
|
|
|
|