Index: content/browser/web_contents/render_view_host_manager.h |
diff --git a/content/browser/web_contents/render_view_host_manager.h b/content/browser/web_contents/render_view_host_manager.h |
index 3e31c083bc5fc8dc8129427182d9869c51a7bac5..2c094c3e56b38d14f578ee166ed0971c1c33479f 100644 |
--- a/content/browser/web_contents/render_view_host_manager.h |
+++ b/content/browser/web_contents/render_view_host_manager.h |
@@ -221,7 +221,7 @@ class CONTENT_EXPORT RenderViewHostManager |
// Returns whether the given RenderViewHost is on the list of swapped out |
// RenderViewHosts. |
- bool IsSwappedOut(RenderViewHost* rvh); |
+ bool IsOnSwappedOutList(RenderViewHost* rvh) const; |
// Returns the swapped out RenderViewHost for the given SiteInstance, if any. |
RenderViewHostImpl* GetSwappedOutRenderViewHost(SiteInstance* instance); |
@@ -326,6 +326,6 @@ class CONTENT_EXPORT RenderViewHostManager |
DISALLOW_COPY_AND_ASSIGN(RenderViewHostManager); |
}; |
-} // namespace content |
+} // namespace content |
#endif // CONTENT_BROWSER_WEB_CONTENTS_RENDER_VIEW_HOST_MANAGER_H_ |