| Index: content/public/browser/web_contents.h
|
| diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h
|
| index d5ed42f6d334f41ecffa91cfae4295cad4a7a23f..1b8c01957bbafa336bb951f700123702d0790136 100644
|
| --- a/content/public/browser/web_contents.h
|
| +++ b/content/public/browser/web_contents.h
|
| @@ -305,6 +305,7 @@ class WebContents : public PageNavigator,
|
| virtual bool IsWaitingForResponse() const = 0;
|
|
|
| // Returns the current load state and the URL associated with it.
|
| + // The load state is only updated while IsLoading() is true.
|
| virtual const net::LoadStateWithParam& GetLoadState() const = 0;
|
| virtual const base::string16& GetLoadStateHost() const = 0;
|
|
|
|
|