Index: chrome/browser/autofill/autofill_download.h |
diff --git a/chrome/browser/autofill/autofill_download.h b/chrome/browser/autofill/autofill_download.h |
index 5987c9dcacede6a2c450e781fe5bccb969691c59..53abe0d0eb9f3fba57b04ee0e34b71a4e4a3a57a 100644 |
--- a/chrome/browser/autofill/autofill_download.h |
+++ b/chrome/browser/autofill/autofill_download.h |
@@ -16,6 +16,7 @@ |
#include "chrome/browser/autofill/form_structure.h" |
#include "chrome/common/net/url_fetcher.h" |
+class AutoFillServerQueryMetricLogger; |
dhollowa
2010/12/12 07:07:51
Wow, long name... How about AutoFillMetrics?
Ilya Sherman
2010/12/13 22:13:51
Done.
|
class Profile; |
// Handles getting and updating AutoFill heuristics. |
@@ -60,7 +61,9 @@ class AutoFillDownloadManager : public URLFetcher::Delegate { |
// Starts a query request to AutoFill servers. The observer is called with the |
// list of the fields of all requested forms. |
// |forms| - array of forms aggregated in this request. |
- bool StartQueryRequest(const ScopedVector<FormStructure>& forms); |
+ bool StartQueryRequest( |
+ const ScopedVector<FormStructure>& forms, |
+ const AutoFillServerQueryMetricLogger& server_query_metric_logger); |
// Start upload request if necessary. The probability of request going |
// over the wire are GetPositiveUploadRate() if it was matched by |