Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(30)

Unified Diff: components/autofill/content/renderer/autofill_agent.h

Issue 232263002: Console logging for rAc developer errors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: improvements Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/autofill/content/renderer/autofill_agent.h
diff --git a/components/autofill/content/renderer/autofill_agent.h b/components/autofill/content/renderer/autofill_agent.h
index 218c4334094675a8aeccb4bed7f0dc984a01513f..174d8f1fed55370e1e7091a9a85e7b670d41c79c 100644
--- a/components/autofill/content/renderer/autofill_agent.h
+++ b/components/autofill/content/renderer/autofill_agent.h
@@ -108,9 +108,11 @@ class AutofillAgent : public content::RenderViewObserver,
void OnAcceptDataListSuggestion(const base::string16& value);
void OnAcceptPasswordAutofillSuggestion(const base::string16& username);
- // Called when interactive autocomplete finishes.
+ // Called when interactive autocomplete finishes. |message| is printed to
+ // the console if non-empty.
void OnRequestAutocompleteResult(
blink::WebFormElement::AutocompleteResult result,
+ const base::string16& message,
const FormData& form_data);
// Called when an autocomplete request succeeds or fails with the |result|.

Powered by Google App Engine
This is Rietveld 408576698