| 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.
|
|
|