Chromium Code Reviews| Index: chrome/android/java/src/org/chromium/chrome/browser/preferences/PrefServiceBridge.java |
| diff --git a/chrome/android/java/src/org/chromium/chrome/browser/preferences/PrefServiceBridge.java b/chrome/android/java/src/org/chromium/chrome/browser/preferences/PrefServiceBridge.java |
| index 0f273251fcc1b5eef8babcc710f8911293d52c67..341941c46ff9e3f251bc504438013fa5d930fd18 100644 |
| --- a/chrome/android/java/src/org/chromium/chrome/browser/preferences/PrefServiceBridge.java |
| +++ b/chrome/android/java/src/org/chromium/chrome/browser/preferences/PrefServiceBridge.java |
| @@ -157,13 +157,6 @@ public final class PrefServiceBridge { |
| if (currentVersion < 1) { |
| nativeMigrateJavascriptPreference(); |
| } |
| - // Steps 2,3 intentionally skipped. |
|
Bernhard Bauer
2016/06/09 08:55:45
Keep this comment and include step 4?
|
| - if (currentVersion < 4) { |
| - // For a brief period (M44 Beta), it was possible for users to disable images via Site |
| - // Settings. Now that this option has been removed, ensure that users are not stuck with |
| - // images disabled. |
| - setContentSettingEnabled(ContentSettingsType.CONTENT_SETTINGS_TYPE_IMAGES, true); |
| - } |
| preferences.edit().putInt(MIGRATION_PREF_KEY, MIGRATION_CURRENT_VERSION).apply(); |
| } |