| 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 01402fb2e74f6517fe45c62db26bed6efbbbe893..be7d173b3b4cbcdbeeeacbeeb12cdd273c9fec38 100644
|
| --- a/third_party/WebKit/Source/platform/weborigin/SchemeRegistry.h
|
| +++ b/third_party/WebKit/Source/platform/weborigin/SchemeRegistry.h
|
| @@ -101,6 +101,7 @@ public:
|
|
|
| // Schemes which override the first-/third-party checks on a Document.
|
| static void registerURLSchemeAsFirstPartyWhenTopLevel(const String& scheme);
|
| + static void removeURLSchemeAsFirstPartyWhenTopLevel(const String& scheme);
|
| static bool shouldTreatURLSchemeAsFirstPartyWhenTopLevel(const String& scheme);
|
|
|
| // Schemes that can be used in a referrer.
|
|
|