| Index: chrome/browser/geolocation/geolocation_permission_context.h
|
| diff --git a/chrome/browser/geolocation/geolocation_permission_context.h b/chrome/browser/geolocation/geolocation_permission_context.h
|
| index affa191d50075179eb766eda939bcf7546599440..41c3e0ea4a42167748d8f69139ef031f60318fcf 100644
|
| --- a/chrome/browser/geolocation/geolocation_permission_context.h
|
| +++ b/chrome/browser/geolocation/geolocation_permission_context.h
|
| @@ -38,6 +38,7 @@ class GeolocationPermissionContext : public PermissionContextBase {
|
| void UpdateTabContext(const PermissionRequestID& id,
|
| const GURL& requesting_frame,
|
| bool allowed) override;
|
| + bool IsRestrictedToSecureOrigins() const override;
|
|
|
| // This must only be accessed from the UI thread.
|
| GeolocationPermissionContextExtensions extensions_context_;
|
|
|