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

Unified Diff: components/autofill/core/browser/autofill_manager_delegate.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/core/browser/autofill_manager_delegate.h
diff --git a/components/autofill/core/browser/autofill_manager_delegate.h b/components/autofill/core/browser/autofill_manager_delegate.h
index 7b7ecd2c363931255212b8caf62ebb0b497f6a8b..0e70151d7cb368e3638d51e8902c1a96bb31af3b 100644
--- a/components/autofill/core/browser/autofill_manager_delegate.h
+++ b/components/autofill/core/browser/autofill_manager_delegate.h
@@ -54,7 +54,9 @@ class AutofillManagerDelegate {
};
typedef base::Callback<
- void(RequestAutocompleteResult, const FormStructure*)> ResultCallback;
+ void(RequestAutocompleteResult,
+ const base::string16&,
+ const FormStructure*)> ResultCallback;
virtual ~AutofillManagerDelegate() {}

Powered by Google App Engine
This is Rietveld 408576698