Index: content/renderer/render_view_impl.h |
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h |
index 0b2d9aaf68bfedc40be9048b5cb2e4dd81b2352d..2552551ec0a94a679c32d2335016e11008f9ef97 100644 |
--- a/content/renderer/render_view_impl.h |
+++ b/content/renderer/render_view_impl.h |
@@ -201,6 +201,8 @@ class CONTENT_EXPORT RenderViewImpl |
// Returns the RenderViewImpl for the given routing ID. |
static RenderViewImpl* FromRoutingID(int routing_id); |
+ static size_t GetRenderViewCount(); |
+ |
// May return NULL when the view is closing. |
blink::WebView* webview() const; |
@@ -275,9 +277,6 @@ class CONTENT_EXPORT RenderViewImpl |
void FrameDidStartLoading(blink::WebFrame* frame); |
void FrameDidStopLoading(blink::WebFrame* frame); |
- void FrameDidCommitProvisionalLoad(blink::WebLocalFrame* frame, |
- bool is_new_navigation); |
- |
// Plugin-related functions -------------------------------------------------- |
#if defined(ENABLE_PLUGINS) |
@@ -796,9 +795,6 @@ class CONTENT_EXPORT RenderViewImpl |
// doesn't have a frame at the specified size, the first is returned. |
bool DownloadFavicon(int id, const GURL& image_url, int image_size); |
- // Returns the URL being loaded by the given frame's request. |
- GURL GetLoadingUrl(blink::WebFrame* frame) const; |
- |
// Called to get the WebPlugin to handle find requests in the document. |
// Returns NULL if there is no such WebPlugin. |
blink::WebPlugin* GetWebPluginForFind(); |