| 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 a69ca5244716846671ea12ad9c5973e1a7545814..817aeee30909d25a4cb47875a001f4d4843c96ab 100644
|
| --- a/third_party/WebKit/Source/platform/weborigin/SchemeRegistry.h
|
| +++ b/third_party/WebKit/Source/platform/weborigin/SchemeRegistry.h
|
| @@ -92,7 +92,8 @@ class PLATFORM_EXPORT SchemeRegistry {
|
| // Serialize the registered schemes in a comma-separated list.
|
| static String listOfCORSEnabledURLSchemes();
|
|
|
| - // "Legacy" schemes (e.g. 'ftp:', 'gopher:') which we might want to treat differently from "webby" schemes.
|
| + // "Legacy" schemes (e.g. 'ftp:', 'gopher:') which we might want to treat
|
| + // differently from "webby" schemes.
|
| static bool shouldTreatURLSchemeAsLegacy(const String& scheme);
|
|
|
| // Schemes that can register a service worker.
|
|
|