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

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

Issue 15769018: [Autofill] Determine Popup RTLness from page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix android compile Created 7 years, 6 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 e37c24046033f95373d022d20bb4398b6838a1e3..2f5da59e229b9933d45707278b0a6f8b9d8d2dcf 100644
--- a/components/autofill/content/browser/wallet/wallet_client.cc
+++ b/components/autofill/content/browser/wallet/wallet_client.cc
@@ -47,6 +47,8 @@ std::string AutocheckoutStatusToString(AutocheckoutStatus status) {
// SUCCESS cannot be sent to the server as it will result in a failure.
NOTREACHED();
return "ERROR";
+ case AUTOCHECKOUT_STATUS_NUM_STATUS:
+ NOTREACHED();
}
NOTREACHED();
return "NOT_POSSIBLE";
« no previous file with comments | « components/autofill/common/forms_seen_state.h ('k') | components/autofill/content/renderer/form_autofill_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698