| Index: third_party/WebKit/Source/platform/weborigin/SchemeRegistry.h
|
| diff --git a/third_party/WebKit/Source/platform/weborigin/SchemeRegistry.h b/third_party/WebKit/Source/platform/weborigin/SchemeRegistry.h
|
| index 0cc4e1dbd560bc37e36cfaf43147cc759134dce6..fbe6de0d7568f52959564bfb2b563a9c334271bc 100644
|
| --- a/third_party/WebKit/Source/platform/weborigin/SchemeRegistry.h
|
| +++ b/third_party/WebKit/Source/platform/weborigin/SchemeRegistry.h
|
| @@ -95,6 +95,9 @@ class PLATFORM_EXPORT SchemeRegistry {
|
| // differently from "webby" schemes.
|
| static bool shouldTreatURLSchemeAsLegacy(const String& scheme);
|
|
|
| + // Does the scheme represent a location relevant to web compatibility metrics?
|
| + static bool shouldTrackUsageMetricsForScheme(const String& scheme);
|
| +
|
| // Schemes that can register a service worker.
|
| static void registerURLSchemeAsAllowingServiceWorkers(const String& scheme);
|
| static bool shouldTreatURLSchemeAsAllowingServiceWorkers(
|
|
|