Backed out changeset 5a6645284357 (bug 1798986) for causing xpcshell failures
This commit is contained in:
@@ -249,8 +249,6 @@ class nsDocShellLoadState final {
|
||||
|
||||
nsIURI* GetUnstrippedURI() const;
|
||||
|
||||
void SetUnstrippedURI(nsIURI* aUnstrippedURI);
|
||||
|
||||
// Give the type of DocShell we're loading into (chrome/content/etc) and
|
||||
// origin attributes for the URI we're loading, figure out if we should
|
||||
// inherit our principal from the document the load was requested from, or
|
||||
@@ -331,7 +329,8 @@ class nsDocShellLoadState final {
|
||||
void SetLoadIsFromSessionHistory(int32_t aOffset, bool aLoadingCurrentEntry);
|
||||
void ClearLoadIsFromSessionHistory();
|
||||
|
||||
void MaybeStripTrackerQueryStrings(mozilla::dom::BrowsingContext* aContext);
|
||||
void MaybeStripTrackerQueryStrings(mozilla::dom::BrowsingContext* aContext,
|
||||
nsIURI* aCurrentUnstrippedURI = nullptr);
|
||||
|
||||
protected:
|
||||
// Destructor can't be defaulted or inlined, as header doesn't have all type
|
||||
|
||||
Reference in New Issue
Block a user