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

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/payments/ui/PaymentRequestSection.java

Issue 2548013002: Remove redundant field initialization in Java code. (Closed)
Patch Set: rebase Created 4 years 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: chrome/android/java/src/org/chromium/chrome/browser/payments/ui/PaymentRequestSection.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/payments/ui/PaymentRequestSection.java b/chrome/android/java/src/org/chromium/chrome/browser/payments/ui/PaymentRequestSection.java
index 4579b54cbc1bb8f497002f3bcfdbdb7e99c2d8f3..96eb965c326f29da97bb4b1ed3d47aa4c6ef0bbf 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/payments/ui/PaymentRequestSection.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/payments/ui/PaymentRequestSection.java
@@ -1092,7 +1092,7 @@ public abstract class PaymentRequestSection extends LinearLayout implements View
private SectionInformation mSectionInformation;
/** Indicates whether the summary should be a single line. */
- private boolean mSummaryInSingleLine = false;
+ private boolean mSummaryInSingleLine;
private FocusChangedObserver mFocusChangedObserver;

Powered by Google App Engine
This is Rietveld 408576698