| Index: chrome/browser/autofill/autofill_manager.h
|
| diff --git a/chrome/browser/autofill/autofill_manager.h b/chrome/browser/autofill/autofill_manager.h
|
| index f70314b6a21b38ef5a52635d810da334d5c6bff9..c892cf5432724dc3e1354bc95b68295b668dce2e 100644
|
| --- a/chrome/browser/autofill/autofill_manager.h
|
| +++ b/chrome/browser/autofill/autofill_manager.h
|
| @@ -214,6 +214,10 @@ class AutofillManager : public content::NotificationObserver,
|
| void OnShowPasswordSuggestions(const webkit::forms::FormField& field,
|
| const gfx::Rect& bounds,
|
| const std::vector<string16>& suggestions);
|
| + void OnSetDataList(const std::vector<string16>& values,
|
| + const std::vector<string16>& labels,
|
| + const std::vector<string16>& icons,
|
| + const std::vector<int>& unique_ids);
|
|
|
| // Fills |host| with the RenderViewHost for this tab.
|
| // Returns false if Autofill is disabled or if the host is unavailable.
|
|
|