| Index: third_party/WebKit/Source/modules/geolocation/Geolocation.cpp
|
| diff --git a/third_party/WebKit/Source/modules/geolocation/Geolocation.cpp b/third_party/WebKit/Source/modules/geolocation/Geolocation.cpp
|
| index a49fea97e47e7b1d2af3f2810f96ceae80bccffd..0251c1c91c94d6d847e9bc0a1c8da2178960b9ba 100644
|
| --- a/third_party/WebKit/Source/modules/geolocation/Geolocation.cpp
|
| +++ b/third_party/WebKit/Source/modules/geolocation/Geolocation.cpp
|
| @@ -151,6 +151,8 @@ void Geolocation::RecordOriginTypeAccess() const {
|
| UseCounter::Count(document, WebFeature::kGeolocationSecureOrigin);
|
| UseCounter::CountCrossOriginIframe(
|
| *document, WebFeature::kGeolocationSecureOriginIframe);
|
| + Deprecation::CountDeprecationCrossOriginIframe(
|
| + *document, WebFeature::kGeolocationDisabledIframe);
|
| } else if (GetFrame()
|
| ->GetSettings()
|
| ->GetAllowGeolocationOnInsecureOrigins()) {
|
|
|