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

Unified Diff: net/android/java/src/org/chromium/net/X509Util.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: net/android/java/src/org/chromium/net/X509Util.java
diff --git a/net/android/java/src/org/chromium/net/X509Util.java b/net/android/java/src/org/chromium/net/X509Util.java
index 8059820f366d20b0926de5a9c8ccd41869f73d61..ab82077e920251d8912fb2952fb95adeada91b2d 100644
--- a/net/android/java/src/org/chromium/net/X509Util.java
+++ b/net/android/java/src/org/chromium/net/X509Util.java
@@ -177,7 +177,7 @@ public class X509Util {
* changes. Net unit tests do not load native libraries which prevent this to succeed. Moreover,
* the system does not allow to interact with the certificate store without user interaction.
*/
- private static boolean sDisableNativeCodeForTest = false;
+ private static boolean sDisableNativeCodeForTest;
/**
* Ensures that the trust managers and certificate factory are initialized.

Powered by Google App Engine
This is Rietveld 408576698