| Index: chrome/android/java/src/org/chromium/chrome/browser/physicalweb/PhysicalWeb.java
|
| diff --git a/chrome/android/java/src/org/chromium/chrome/browser/physicalweb/PhysicalWeb.java b/chrome/android/java/src/org/chromium/chrome/browser/physicalweb/PhysicalWeb.java
|
| index 71a75ba6907f8cf92bc72ae46771a8864e99a830..63b25af5af7f11f0b7109d85a1040b695166f459 100644
|
| --- a/chrome/android/java/src/org/chromium/chrome/browser/physicalweb/PhysicalWeb.java
|
| +++ b/chrome/android/java/src/org/chromium/chrome/browser/physicalweb/PhysicalWeb.java
|
| @@ -110,7 +110,6 @@ public class PhysicalWeb {
|
| public static void onChromeStart(ChromeApplication application) {
|
| // The PhysicalWebUma calls in this method should be called only when the native library is
|
| // loaded. This is always the case on chrome startup.
|
| - PhysicalWebUma.onChromeStart(application);
|
| if (featureIsEnabled()
|
| && (isPhysicalWebPreferenceEnabled(application) || isOnboarding(application))) {
|
| startPhysicalWeb(application);
|
|
|