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

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/identity/SettingsSecureBasedIdentificationGenerator.java

Issue 1214713003: Move InstrumentationTestCase tests from ChromeShell to ChromePublic. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: moved IntentSavingContext to chrome/test to fix ChromeShell compile Created 5 years, 6 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: chrome/android/java/src/org/chromium/chrome/browser/identity/SettingsSecureBasedIdentificationGenerator.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/identity/SettingsSecureBasedIdentificationGenerator.java b/chrome/android/java/src/org/chromium/chrome/browser/identity/SettingsSecureBasedIdentificationGenerator.java
index 04085c80acb9062c2fe1b72a931d0eccb5dd0dd3..02f2d87865f8b124a46dc3ead85fb3f8f958bf3f 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/identity/SettingsSecureBasedIdentificationGenerator.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/identity/SettingsSecureBasedIdentificationGenerator.java
@@ -20,6 +20,7 @@ public class SettingsSecureBasedIdentificationGenerator implements UniqueIdentif
public static final String GENERATOR_ID = "SETTINGS_SECURE_ANDROID_ID";
private final Context mContext;
+ @VisibleForTesting
public SettingsSecureBasedIdentificationGenerator(Context context) {
// Since we do not know the lifetime of the given context, we get the application context
// to ensure it is always possible to use it.

Powered by Google App Engine
This is Rietveld 408576698