commit | 14b128b624409b2a4defcd572d8d843a79b7b48c | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Sat Mar 02 16:49:43 2013 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Sat Mar 02 16:49:43 2013 |
tree | 193b3da398760043d216efcc72144f63b8bb40c7 | |
parent | 25a407726e1e4ba84857b6b9de97e4d732119ca9 [diff] [blame] |
Log autofill query and response to assist testing. BUG=177760 Review URL: https://chromiumcodereview.appspot.com/12328059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@185706 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/autofill/autofill_download.h b/chrome/browser/autofill/autofill_download.h index cb02e00..d7b1b00 100644 --- a/chrome/browser/autofill/autofill_download.h +++ b/chrome/browser/autofill/autofill_download.h
@@ -86,6 +86,8 @@ friend class AutofillDownloadTest; FRIEND_TEST_ALL_PREFIXES(AutofillDownloadTest, QueryAndUploadTest); + static std::string AutofillRequestTypeToString(const AutofillRequestType); + struct FormRequestData; typedef std::list<std::pair<std::string, std::string> > QueryRequestCache;