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;