| Index: content/public/browser/web_contents.h
|
| diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h
|
| index 0e0ed9bad84610b17e3bc17707fa81f8faf445f8..df0632850e76459c5fc257a9b6c7d5a3598865ff 100644
|
| --- a/content/public/browser/web_contents.h
|
| +++ b/content/public/browser/web_contents.h
|
| @@ -259,6 +259,9 @@ class WebContents : public PageNavigator,
|
| // Return whether this WebContents is loading a resource.
|
| virtual bool IsLoading() const = 0;
|
|
|
| + // Return whether the document has been loaded in the main frame.
|
| + virtual bool IsDocumentLoadedInMainFrame() const = 0;
|
| +
|
| // Returns whether this WebContents is waiting for a first-response for the
|
| // main resource of the page.
|
| virtual bool IsWaitingForResponse() const = 0;
|
|
|