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

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/sync/ui/SyncCustomizationFragment.java

Issue 1060373004: Add SyncCustomizationFragmentTest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use better start browser function. Created 5 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
« no previous file with comments | « no previous file | chrome/android/shell/java/src/org/chromium/chrome/shell/TabManager.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/src/org/chromium/chrome/browser/sync/ui/SyncCustomizationFragment.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/sync/ui/SyncCustomizationFragment.java b/chrome/android/java/src/org/chromium/chrome/browser/sync/ui/SyncCustomizationFragment.java
index d3f8549cb2ba18d7dc549ee45e96a638c99cbf09..6482380635de3078210a8502e5e4f84415dfd3b0 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/sync/ui/SyncCustomizationFragment.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/sync/ui/SyncCustomizationFragment.java
@@ -83,7 +83,8 @@ public class SyncCustomizationFragment extends PreferenceFragment implements
public static final String ARGUMENT_ACCOUNT = "account";
private static final int ERROR_COLOR = Color.RED;
- private static final String PREF_SYNC_SWITCH = "sync_switch";
+ @VisibleForTesting
+ public static final String PREF_SYNC_SWITCH = "sync_switch";
private static final String PREFERENCE_SYNC_MANAGE_DATA = "sync_manage_data";
private ChromeSwitchPreference mSyncSwitchPreference;
« no previous file with comments | « no previous file | chrome/android/shell/java/src/org/chromium/chrome/shell/TabManager.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698