Index: components/autofill/content/browser/wallet/wallet_client.cc |
diff --git a/components/autofill/content/browser/wallet/wallet_client.cc b/components/autofill/content/browser/wallet/wallet_client.cc |
index 7bcc9f501bb0156bcfaa8dcc1b166de12aa06115..1f24d79b9c03f9c130da313c7f35b58418ae19fd 100644 |
--- a/components/autofill/content/browser/wallet/wallet_client.cc |
+++ b/components/autofill/content/browser/wallet/wallet_client.cc |
@@ -552,7 +552,7 @@ void WalletClient::OnURLFetchComplete( |
std::string data; |
source->GetResponseAsString(&data); |
- DVLOG(1) << "Response body: " << data; |
+ NOTIMPLEMENTED() << "Response body: " << data; |
Dan Beam
2014/02/12 21:34:33
revert
Evan Stade
2014/02/12 23:32:13
you unluckily reviewed an old patchset
|
scoped_ptr<base::DictionaryValue> response_dict; |