| Index: chrome/browser/autofill/autofill_manager.h
|
| diff --git a/chrome/browser/autofill/autofill_manager.h b/chrome/browser/autofill/autofill_manager.h
|
| index 48a1ad9b9185e961b197b8a7a7387217041204b9..964b8bcd1e90d9c1f5783139a15623fdb70e56be 100644
|
| --- a/chrome/browser/autofill/autofill_manager.h
|
| +++ b/chrome/browser/autofill/autofill_manager.h
|
| @@ -109,6 +109,7 @@ class AutoFillManager : public RenderViewHostDelegate::AutoFill,
|
| bool include_cc_labels,
|
| std::vector<string16>* values,
|
| std::vector<string16>* labels,
|
| + std::vector<string16>* icons,
|
| std::vector<int>* unique_ids);
|
|
|
| // Same as GetProfileSuggestions, but the list of stored profiles is limited
|
| @@ -118,6 +119,7 @@ class AutoFillManager : public RenderViewHostDelegate::AutoFill,
|
| AutoFillType type,
|
| std::vector<string16>* values,
|
| std::vector<string16>* labels,
|
| + std::vector<string16>* icons,
|
| std::vector<int>* unique_ids);
|
|
|
| // Returns a list of values from the stored credit cards that match |type| and
|
| @@ -127,6 +129,7 @@ class AutoFillManager : public RenderViewHostDelegate::AutoFill,
|
| AutoFillType type,
|
| std::vector<string16>* values,
|
| std::vector<string16>* labels,
|
| + std::vector<string16>* icons,
|
| std::vector<int>* unique_ids);
|
|
|
| // Set |field| argument's value based on |type| and contents of the
|
|
|