| Index: components/autofill/content/browser/request_autocomplete_manager.h
|
| diff --git a/components/autofill/content/browser/request_autocomplete_manager.h b/components/autofill/content/browser/request_autocomplete_manager.h
|
| index 164f31c941e9460f47223fb86151a0d5cdc58189..aa5d25053194e472c89c7e78ad04a76378a2c4c5 100644
|
| --- a/components/autofill/content/browser/request_autocomplete_manager.h
|
| +++ b/components/autofill/content/browser/request_autocomplete_manager.h
|
| @@ -33,9 +33,11 @@ class RequestAutocompleteManager {
|
| private:
|
| // Tells the renderer that the current interactive autocomplete dialog
|
| // finished with the |result| saying if it was successful or not, and
|
| - // |form_structure| containing the filled form data.
|
| + // |form_structure| containing the filled form data. |debug_message| will
|
| + // be printed to the developer console.
|
| void ReturnAutocompleteResult(
|
| AutofillManagerDelegate::RequestAutocompleteResult result,
|
| + const base::string16& debug_message,
|
| const FormStructure* form_structure);
|
|
|
| // Shows the requestAutocomplete dialog for |source_url| with data from |form|
|
|
|