| 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..148427a876415ac61fb4293644ef5081c7d6a1dd 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 IsSwappedOut(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_
|
|
|