 Chromium Code Reviews
 Chromium Code Reviews Issue 11270018:
  [autofill] Adding new API to request an interactive autocomplete UI flow.  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src
    
  
    Issue 11270018:
  [autofill] Adding new API to request an interactive autocomplete UI flow.  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src| Index: chrome/browser/autofill/autofill_manager.h | 
| diff --git a/chrome/browser/autofill/autofill_manager.h b/chrome/browser/autofill/autofill_manager.h | 
| index 345b68b5e59b29c4d0b32f731f83ff249b155016..8e7c62a27699f9bd094c7a6e563b46dfde39cd61 100644 | 
| --- a/chrome/browser/autofill/autofill_manager.h | 
| +++ b/chrome/browser/autofill/autofill_manager.h | 
| @@ -228,6 +228,9 @@ class AutofillManager : public content::NotificationObserver, | 
| const std::vector<string16>& icons, | 
| const std::vector<int>& unique_ids); | 
| + // Requests an interactive autocomplete UI be shown. | 
| + void OnRequestAutocomplete(int unique_id, const FormData& form); | 
| 
Ilya Sherman
2012/10/27 07:44:11
nit: Perhaps "ipc_message_id" rather than "unique_
 
Dan Beam
2012/10/29 19:17:05
Done.
 | 
| + | 
| // Fills |host| with the RenderViewHost for this tab. | 
| // Returns false if Autofill is disabled or if the host is unavailable. | 
| bool GetHost(const std::vector<AutofillProfile*>& profiles, |