Index: content/public/renderer/render_view.h |
diff --git a/content/public/renderer/render_view.h b/content/public/renderer/render_view.h |
index 6040a6b4ee20efef6d604efe3210f95308d5b852..624861b943b4c4968a2cfb57bb37b916bd0a136c 100644 |
--- a/content/public/renderer/render_view.h |
+++ b/content/public/renderer/render_view.h |
@@ -93,10 +93,10 @@ class CONTENT_EXPORT RenderView : public IPC::Sender { |
// BindingsPolicy for details. |
virtual int GetEnabledBindings() const = 0; |
- // Whether content state (such as form state, scroll position and page |
+ // Whether the page state (such as form state, scroll position and page |
// contents) should be sent to the browser immediately. This is normally |
// false, but set to true by some tests. |
- virtual bool GetContentStateImmediately() const = 0; |
+ virtual bool GetPageStateSentImmediately() const = 0; |
Charlie Reis
2014/10/31 21:38:49
nit: IsPageStateSentImmediately()
Avi (use Gerrit)
2014/10/31 22:11:12
Done.
|
// Returns the current visibility of the WebView. |
virtual blink::WebPageVisibilityState GetVisibilityState() const = 0; |