| Index: content/browser/frame_host/navigation_handle_impl.h
|
| diff --git a/content/browser/frame_host/navigation_handle_impl.h b/content/browser/frame_host/navigation_handle_impl.h
|
| index f5ce726575ac464eb8cfe115cfa0aa4f663afe63..1c55dbaa0a2cabfc82a050da4acd3a155c07b148 100644
|
| --- a/content/browser/frame_host/navigation_handle_impl.h
|
| +++ b/content/browser/frame_host/navigation_handle_impl.h
|
| @@ -106,10 +106,10 @@ class CONTENT_EXPORT NavigationHandleImpl : public NavigationHandle {
|
|
|
| NavigatorDelegate* GetDelegate() const;
|
|
|
| - // Returns the response headers for the request. This can only be accessed
|
| - // after a redirect was encountered or after the the navigation is ready to
|
| - // commit. It should not be modified, as modifications will not be reflected
|
| - // in the network stack.
|
| + // Returns the response headers for the request or nullptr if there are none.
|
| + // This should only be accessed after a redirect was encountered or after the
|
| + // navigation is ready to commit. The headers returned should not be modified,
|
| + // as modifications will not be reflected in the network stack.
|
| const net::HttpResponseHeaders* GetResponseHeaders();
|
|
|
| void set_net_error_code(net::Error net_error_code) {
|
|
|