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

Unified Diff: components/policy/android/java/src/org/chromium/policy/AbstractAppRestrictionsProvider.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: components/policy/android/java/src/org/chromium/policy/AbstractAppRestrictionsProvider.java
diff --git a/components/policy/android/java/src/org/chromium/policy/AbstractAppRestrictionsProvider.java b/components/policy/android/java/src/org/chromium/policy/AbstractAppRestrictionsProvider.java
index ff9341477733c49dfcc656053b4b3212f80b6510..69c181035158f486e00064eee84e559d16d105a1 100644
--- a/components/policy/android/java/src/org/chromium/policy/AbstractAppRestrictionsProvider.java
+++ b/components/policy/android/java/src/org/chromium/policy/AbstractAppRestrictionsProvider.java
@@ -25,7 +25,7 @@ public abstract class AbstractAppRestrictionsProvider extends PolicyProvider {
private static final String TAG = "policy";
/** {@link Bundle} holding the restrictions to be used during tests. */
- private static Bundle sTestRestrictions = null;
+ private static Bundle sTestRestrictions;
private final Context mContext;
private final BroadcastReceiver mAppRestrictionsChangedReceiver = new BroadcastReceiver() {

Powered by Google App Engine
This is Rietveld 408576698