Chromium Code Reviews| Index: content/public/browser/navigation_handle.h |
| diff --git a/content/public/browser/navigation_handle.h b/content/public/browser/navigation_handle.h |
| index 54924a4ec63d1e616ce8f3c83a5b1847b2d0b92a..9de643015474f080e85df5b012a915f2fed4ef99 100644 |
| --- a/content/public/browser/navigation_handle.h |
| +++ b/content/public/browser/navigation_handle.h |
| @@ -192,6 +192,10 @@ class CONTENT_EXPORT NavigationHandle { |
| const GURL& new_referrer_url, |
| bool new_is_external_protocol) = 0; |
| + // Simulates that throttle is about to process the response. |
|
clamy
2016/07/01 11:48:51
nit:s/that throttle is about to process the respon
melandory
2016/07/01 12:05:02
Done.
|
| + virtual NavigationThrottle::ThrottleCheckResult |
| + CallWillProcessResponseForTesting(RenderFrameHost* render_frame_host) = 0; |
| + |
| // The NavigationData that the embedder returned from |
| // ResourceDispatcherHostDelegate::GetNavigationData during commit. This will |
| // be a clone of the NavigationData. |