| Index: chrome/android/java/src/org/chromium/chrome/browser/document/ChromeLauncherActivity.java
|
| diff --git a/chrome/android/java/src/org/chromium/chrome/browser/document/ChromeLauncherActivity.java b/chrome/android/java/src/org/chromium/chrome/browser/document/ChromeLauncherActivity.java
|
| index a5a9b19a92c8b6505a0e98133bd4b789d6f38860..e5c105e094be9c2b071941adc130f05514cec702 100644
|
| --- a/chrome/android/java/src/org/chromium/chrome/browser/document/ChromeLauncherActivity.java
|
| +++ b/chrome/android/java/src/org/chromium/chrome/browser/document/ChromeLauncherActivity.java
|
| @@ -53,7 +53,7 @@ import org.chromium.chrome.browser.metrics.LaunchMetrics;
|
| import org.chromium.chrome.browser.metrics.MediaNotificationUma;
|
| import org.chromium.chrome.browser.metrics.StartupMetrics;
|
| import org.chromium.chrome.browser.multiwindow.MultiWindowUtils;
|
| -import org.chromium.chrome.browser.notifications.NotificationUIManager;
|
| +import org.chromium.chrome.browser.notifications.NotificationPlatformBridge;
|
| import org.chromium.chrome.browser.partnercustomizations.HomepageManager;
|
| import org.chromium.chrome.browser.partnercustomizations.PartnerBrowserCustomizations;
|
| import org.chromium.chrome.browser.preferences.ChromePreferenceManager;
|
| @@ -205,7 +205,7 @@ public class ChromeLauncherActivity extends Activity
|
| // The notification settings cog on the flipped side of Notifications and in the Android
|
| // Settings "App Notifications" view will open us with a specific category.
|
| if (intent.hasCategory(Notification.INTENT_CATEGORY_NOTIFICATION_PREFERENCES)) {
|
| - NotificationUIManager.launchNotificationPreferences(this, getIntent());
|
| + NotificationPlatformBridge.launchNotificationPreferences(this, getIntent());
|
| finish();
|
| return;
|
| }
|
|
|