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

Unified Diff: chrome/browser/autofill/autofill_manager_unittest.cc

Issue 7740070: Add metrics to measure time elapsed between form load and form submission with or without Autofill. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix compile Created 9 years, 4 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/autofill/autofill_manager_unittest.cc
diff --git a/chrome/browser/autofill/autofill_manager_unittest.cc b/chrome/browser/autofill/autofill_manager_unittest.cc
index b850a4133817a8feb68d702d19ba0da0633a3577..7c7edeb5df2bc42ba59a6e18d04961ddf2c75fc9 100644
--- a/chrome/browser/autofill/autofill_manager_unittest.cc
+++ b/chrome/browser/autofill/autofill_manager_unittest.cc
@@ -516,7 +516,7 @@ class AutofillManagerTest : public TabContentsWrapperTestHarness {
}
void FormSubmitted(const FormData& form) {
- autofill_manager_->OnFormSubmitted(form);
+ autofill_manager_->OnFormSubmitted(form, 0);
jar (doing other things) 2011/08/31 17:02:21 Here again, I suspect rather than 0, you should su
Ilya Sherman 2011/08/31 21:56:23 This is actually just a filler value to make the c
}
void FillAutofillFormData(int query_id,

Powered by Google App Engine
This is Rietveld 408576698