| Index: content/public/renderer/render_view.h
|
| diff --git a/content/public/renderer/render_view.h b/content/public/renderer/render_view.h
|
| index d4a3b3bbe2298785a3ae10293755110bf7016f85..6040a6b4ee20efef6d604efe3210f95308d5b852 100644
|
| --- a/content/public/renderer/render_view.h
|
| +++ b/content/public/renderer/render_view.h
|
| @@ -93,10 +93,10 @@
|
| // BindingsPolicy for details.
|
| virtual int GetEnabledBindings() const = 0;
|
|
|
| - // Whether the page state (such as form state, scroll position and page
|
| + // Whether content 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 IsPageStateSentImmediately() const = 0;
|
| + virtual bool GetContentStateImmediately() const = 0;
|
|
|
| // Returns the current visibility of the WebView.
|
| virtual blink::WebPageVisibilityState GetVisibilityState() const = 0;
|
|
|