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

Unified Diff: chrome/browser/payments/android/journey_logger_android.cc

Issue 2851893002: [Payments] Record CanMakePayment metrics on Desktop. (Closed)
Patch Set: Windows Fix and Rebase Fix Created 3 years, 7 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
« no previous file with comments | « no previous file | chrome/browser/payments/chrome_payment_request_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/payments/android/journey_logger_android.cc
diff --git a/chrome/browser/payments/android/journey_logger_android.cc b/chrome/browser/payments/android/journey_logger_android.cc
index c13d9e29932330c7a8edee58a99b11c3b89aaaf1..f3c2fe391687ecea404b7c9306bd6a9ad4cee978 100644
--- a/chrome/browser/payments/android/journey_logger_android.cc
+++ b/chrome/browser/payments/android/journey_logger_android.cc
@@ -94,7 +94,7 @@ void JourneyLoggerAndroid::SetEventOccurred(
const base::android::JavaParamRef<jobject>& jcaller,
jint jevent) {
DCHECK_GE(jevent, 0);
- DCHECK_LT(jevent, JourneyLogger::Event::EVENT_MAX);
+ DCHECK_LT(jevent, JourneyLogger::Event::EVENT_ENUM_MAX);
journey_logger_.SetEventOccurred(static_cast<JourneyLogger::Event>(jevent));
}
« no previous file with comments | « no previous file | chrome/browser/payments/chrome_payment_request_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698