Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(458)

Unified Diff: content/public/renderer/render_view.h

Issue 689163002: Clean up the page state saving mechanism. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698