| Index: chrome/browser/autofill/autofill_manager.h
|
| diff --git a/chrome/browser/autofill/autofill_manager.h b/chrome/browser/autofill/autofill_manager.h
|
| index b48309766fb7d74bbcfc3e27a16f746c759b093b..dd10b5dbd3e8d5037edaa29489038c990f5a1810 100644
|
| --- a/chrome/browser/autofill/autofill_manager.h
|
| +++ b/chrome/browser/autofill/autofill_manager.h
|
| @@ -212,6 +212,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.
|
|
|