| Index: ios/web/web_state/navigation_context_impl.h
|
| diff --git a/ios/web/web_state/navigation_context_impl.h b/ios/web/web_state/navigation_context_impl.h
|
| index de9a9a763df16c5506a22fa0269e73f40cc1d993..14a56c9df22fc587d0d3441b0094a0e6ac7107de 100644
|
| --- a/ios/web/web_state/navigation_context_impl.h
|
| +++ b/ios/web/web_state/navigation_context_impl.h
|
| @@ -23,23 +23,6 @@ class NavigationContextImpl : public NavigationContext {
|
| WebState* web_state,
|
| const GURL& url);
|
|
|
| - // Creates navigation context for sucessful navigation to a different page.
|
| - static std::unique_ptr<NavigationContextImpl> CreateNavigationContext(
|
| - WebState* web_state,
|
| - const GURL& url,
|
| - const scoped_refptr<net::HttpResponseHeaders>& response_headers);
|
| -
|
| - // Creates navigation context for sucessful same page navigation.
|
| - static std::unique_ptr<NavigationContextImpl>
|
| - CreateSameDocumentNavigationContext(WebState* web_state, const GURL& url);
|
| -
|
| - // Creates navigation context for the error page navigation.
|
| - static std::unique_ptr<NavigationContextImpl>
|
| - CreateErrorPageNavigationContext(
|
| - WebState* web_state,
|
| - const GURL& url,
|
| - const scoped_refptr<net::HttpResponseHeaders>& response_headers);
|
| -
|
| #ifndef NDEBUG
|
| // Returns human readable description of this object.
|
| NSString* GetDescription() const;
|
|
|