| Index: chrome/android/java/src/org/chromium/chrome/browser/ChromeApplication.java
|
| diff --git a/chrome/android/java/src/org/chromium/chrome/browser/ChromeApplication.java b/chrome/android/java/src/org/chromium/chrome/browser/ChromeApplication.java
|
| index db9d33a352b59843a55ca37aed4114a9bddd4ebe..2d1115a9bdecf3a3627b750613d0c72cd68a0c2d 100644
|
| --- a/chrome/android/java/src/org/chromium/chrome/browser/ChromeApplication.java
|
| +++ b/chrome/android/java/src/org/chromium/chrome/browser/ChromeApplication.java
|
| @@ -61,7 +61,6 @@ import org.chromium.chrome.browser.net.qualityprovider.ExternalEstimateProviderA
|
| import org.chromium.chrome.browser.net.spdyproxy.DataReductionProxySettings;
|
| import org.chromium.chrome.browser.notifications.NotificationUIManager;
|
| import org.chromium.chrome.browser.omaha.RequestGenerator;
|
| -import org.chromium.chrome.browser.omaha.UpdateInfoBarHelper;
|
| import org.chromium.chrome.browser.partnercustomizations.PartnerBrowserCustomizations;
|
| import org.chromium.chrome.browser.physicalweb.PhysicalWebBleClient;
|
| import org.chromium.chrome.browser.policy.PolicyAuditor;
|
| @@ -176,7 +175,6 @@ public class ChromeApplication extends ContentApplication {
|
|
|
| private final BackgroundProcessing mBackgroundProcessing = new BackgroundProcessing();
|
| private final PowerBroadcastReceiver mPowerBroadcastReceiver = new PowerBroadcastReceiver();
|
| - private final UpdateInfoBarHelper mUpdateInfoBarHelper = new UpdateInfoBarHelper();
|
|
|
| // Used to trigger variation changes (such as seed fetches) upon application foregrounding.
|
| private VariationsSession mVariationsSession;
|
| @@ -668,14 +666,6 @@ public class ChromeApplication extends ContentApplication {
|
| }
|
|
|
| /**
|
| - * @return The UpdateInfoBarHelper used to inform the user about updates.
|
| - */
|
| - public UpdateInfoBarHelper getUpdateInfoBarHelper() {
|
| - // TODO(aurimas): make UpdateInfoBarHelper have its own static instance.
|
| - return mUpdateInfoBarHelper;
|
| - }
|
| -
|
| - /**
|
| * @return An instance of {@link GSAHelper} that handles the start point of chrome's integration
|
| * with GSA.
|
| */
|
|
|