| Index: chrome/android/java/src/org/chromium/chrome/browser/omnibox/geo/GeolocationSnackbarController.java
|
| diff --git a/chrome/android/java/src/org/chromium/chrome/browser/omnibox/geo/GeolocationSnackbarController.java b/chrome/android/java/src/org/chromium/chrome/browser/omnibox/geo/GeolocationSnackbarController.java
|
| index ea53fd1149a2bf706025b86e5429e98fbdcb5266..04b65fdf72b370a0f6df270479d4923a79c36810 100644
|
| --- a/chrome/android/java/src/org/chromium/chrome/browser/omnibox/geo/GeolocationSnackbarController.java
|
| +++ b/chrome/android/java/src/org/chromium/chrome/browser/omnibox/geo/GeolocationSnackbarController.java
|
| @@ -106,7 +106,7 @@ public class GeolocationSnackbarController implements SnackbarController {
|
|
|
| // Don't show the snackbar if Chrome doesn't have location permission since X-Geo won't be
|
| // sent unless the user explicitly grants this permission.
|
| - if (!GeolocationHeader.hasGeolocationPermission(context)) return true;
|
| + if (!GeolocationHeader.hasGeolocationPermission()) return true;
|
|
|
| // Don't show the snackbar if Google isn't the default search engine since X-Geo won't be
|
| // sent unless the user explicitly sets Google as their default search engine and sees that
|
|
|