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

Unified Diff: content/public/browser/web_contents.h

Issue 2515823002: Remove WebContents::GetRoutingID(). (Closed)
Patch Set: deleted all definitions and declarations of GetRoutingID Created 4 years, 1 month 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/browser/web_contents.h
diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h
index af944f72e827f267e4b102e4fbc96d61bcc1c451..dab16864e025c301c613328f12f8f576cdb5742c 100644
--- a/content/public/browser/web_contents.h
+++ b/content/public/browser/web_contents.h
@@ -263,10 +263,6 @@ class WebContents : public PageNavigator,
// Gets the current RenderViewHost for this tab.
virtual RenderViewHost* GetRenderViewHost() const = 0;
- // Gets the current RenderViewHost's routing id. Returns
- // MSG_ROUTING_NONE when there is no RenderViewHost.
- virtual int GetRoutingID() const = 0;
alexmos 2016/11/22 01:29:06 Interestingly, the old code handled the case where
-
// Returns the currently active RenderWidgetHostView. This may change over
// time and can be nullptr (during setup and teardown).
virtual RenderWidgetHostView* GetRenderWidgetHostView() const = 0;

Powered by Google App Engine
This is Rietveld 408576698