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

Unified Diff: content/browser/renderer_host/render_view_host_impl.h

Issue 1886413002: Always swap with a replacement proxy in OnSwapOut. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Charlie's comments Created 4 years, 8 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/browser/renderer_host/render_view_host_impl.h
diff --git a/content/browser/renderer_host/render_view_host_impl.h b/content/browser/renderer_host/render_view_host_impl.h
index ba69564c1086466d3c1c903aef0728e4bb52dedf..d54b2d7d57322c2ff413483ae9fe0fb8ae766c1d 100644
--- a/content/browser/renderer_host/render_view_host_impl.h
+++ b/content/browser/renderer_host/render_view_host_impl.h
@@ -183,8 +183,8 @@ class CONTENT_EXPORT RenderViewHostImpl : public RenderViewHost,
}
// Tracks whether this RenderViewHost is in an active state (rather than
- // pending swap out, pending deletion, or swapped out), according to its main
- // frame RenderFrameHost.
+ // pending swap out or swapped out), according to its main frame
+ // RenderFrameHost.
bool is_active() const { return is_active_; }
void set_is_active(bool is_active) { is_active_ = is_active; }

Powered by Google App Engine
This is Rietveld 408576698