Chromium Code Reviews| Index: content/public/browser/web_contents_delegate.h |
| diff --git a/content/public/browser/web_contents_delegate.h b/content/public/browser/web_contents_delegate.h |
| index ef73451fc22bb90396332d2416e048d25de58257..0c8c3fc380b28b493982ffbcc4839c78f36ab118 100644 |
| --- a/content/public/browser/web_contents_delegate.h |
| +++ b/content/public/browser/web_contents_delegate.h |
| @@ -215,6 +215,11 @@ class CONTENT_EXPORT WebContentsDelegate { |
| // to live. Default is true. |
| virtual bool ShouldFocusPageAfterCrash(); |
| + // Returns whether the page should resume accepting requests for the newly |
|
Ted C
2015/04/22 21:15:27
drop the [ly] from newly here.
Maria
2015/04/23 21:02:33
Done.
|
| + // window. This is used when window creation of asynchronous |
|
Ted C
2015/04/22 21:15:27
creation [is] asyn..
Maria
2015/04/23 21:02:33
Done.
|
| + // and the navigations need to be delayed. Default is true. |
| + virtual bool ShouldResumeRequestsForCreatedWindow(); |
| + |
| // This is called when WebKit tells us that it is done tabbing through |
| // controls on the page. Provides a way for WebContentsDelegates to handle |
| // this. Returns true if the delegate successfully handled it. |