Chromium Code Reviews| Index: third_party/WebKit/Source/core/frame/Deprecation.cpp |
| diff --git a/third_party/WebKit/Source/core/frame/Deprecation.cpp b/third_party/WebKit/Source/core/frame/Deprecation.cpp |
| index 8bb12b520ce7ecf05683b7470b138fe258ad0dea..d9929a22cd27fee327bb16875df7534e9cd6765e 100644 |
| --- a/third_party/WebKit/Source/core/frame/Deprecation.cpp |
| +++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp |
| @@ -296,7 +296,7 @@ String Deprecation::deprecationMessage(UseCounter::Feature feature) |
| // is fixed so geolocation can be removed there. After that, this |
| // should be updated to read similarly to GetUserMediaInsecureOrigin's |
|
Rick Byers
2016/05/02 21:43:40
Is this TODO still relevant? I.e. does geolocatio
jww
2016/05/02 21:59:12
Arg, I totally blanked on that case, and that's wh
|
| // message. |
| - return "getCurrentPosition() and watchPosition() are deprecated on insecure origins. To use this feature, you should consider switching your application to a secure origin, such as HTTPS. See https://goo.gl/rStTGz for more details."; |
| + return "getCurrentPosition() and watchPosition() no longer work on insecure origins. To use this feature, you should consider switching your application to a secure origin, such as HTTPS. See https://goo.gl/rStTGz for more details."; |
| case UseCounter::GetUserMediaInsecureOrigin: |
| case UseCounter::GetUserMediaInsecureOriginIframe: |