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

Unified Diff: chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc

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: chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc
diff --git a/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc b/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc
index 8d3f1854235d30157b602b4f848c0b1e99422fb5..c24646190e0147e9782e215f8ca03c2058c8a19f 100644
--- a/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc
+++ b/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc
@@ -649,6 +649,7 @@ class AutofillDialogControllerTest : public ChromeRenderViewHostTestHarness {
private:
void FinishedCallback(
AutofillManagerDelegate::RequestAutocompleteResult result,
+ const base::string16& debug_message,
const FormStructure* form_structure) {
form_structure_ = form_structure;
}

Powered by Google App Engine
This is Rietveld 408576698