| Index: chrome/browser/autofill/autofill_manager.h
|
| diff --git a/chrome/browser/autofill/autofill_manager.h b/chrome/browser/autofill/autofill_manager.h
|
| index 0776c3e93c2f82f9cb331302f28c67927bf30701..f03fa6bedf3a55736aa8c62df99211bd9ea40091 100644
|
| --- a/chrome/browser/autofill/autofill_manager.h
|
| +++ b/chrome/browser/autofill/autofill_manager.h
|
| @@ -219,6 +219,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.
|
|
|