| Index: content/public/browser/web_contents.h
|
| diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h
|
| index 8a717b86dd9212e5a6b2539348155a13d8a45511..56136f1ccb06621f6eff94dbfc295dc7527f7e9c 100644
|
| --- a/content/public/browser/web_contents.h
|
| +++ b/content/public/browser/web_contents.h
|
| @@ -347,6 +347,9 @@ class WebContents : public PageNavigator,
|
| // Reloads the focused frame.
|
| virtual void ReloadFocusedFrame(bool ignore_cache) = 0;
|
|
|
| + // Resume navigation paused after receiving response headers.
|
| + virtual void ResumeResponseDeferredAtStart() = 0;
|
| +
|
| // Editing commands ----------------------------------------------------------
|
|
|
| virtual void Undo() = 0;
|
|
|