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

Unified Diff: components/autofill/content/browser/wallet/wallet_client.cc

Issue 151383003: Updates to wallet for i18n (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix blasted unit tests Created 6 years, 10 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: 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;

Powered by Google App Engine
This is Rietveld 408576698