Index: content/public/browser/web_contents.h |
diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h |
index 86ac67516f244bcab47b4cd7ca22837b99fdcff1..c68407d8e09ab8d7a77eb3ec0fbef6b87230070c 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; |