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

Unified Diff: components/payments/content/android/journey_logger_android.h

Issue 2790253002: [Payments] Don't record CanMakePayment when in incognito mode. (Closed)
Patch Set: Addressed comments Created 3 years, 8 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/payments/content/android/journey_logger_android.h
diff --git a/components/payments/content/android/journey_logger_android.h b/components/payments/content/android/journey_logger_android.h
index 99acc5bff6fb7293b7a4ae673247ed2665f2ca1e..69bbc23e673ec5665d61afdc2d6bb9f48addd155 100644
--- a/components/payments/content/android/journey_logger_android.h
+++ b/components/payments/content/android/journey_logger_android.h
@@ -19,7 +19,7 @@ class JourneyLoggerAndroid {
// Registers the JNI bindings for this class.
static bool Register(JNIEnv* env);
- JourneyLoggerAndroid();
+ explicit JourneyLoggerAndroid(bool is_incognito);
~JourneyLoggerAndroid();
// Message from Java to destroy this object.

Powered by Google App Engine
This is Rietveld 408576698