Index: content/public/browser/render_view_host.h |
diff --git a/content/public/browser/render_view_host.h b/content/public/browser/render_view_host.h |
index 311debe23b36d77a8727665c7e92c36b3410c3c6..0cc668eb208df1ca924d9ac2d62be6d00d0cfa3d 100644 |
--- a/content/public/browser/render_view_host.h |
+++ b/content/public/browser/render_view_host.h |
@@ -251,6 +251,9 @@ class CONTENT_EXPORT RenderViewHost : virtual public RenderWidgetHost { |
// Sets the alternate error page URL (link doctor) for the renderer process. |
virtual void SetAltErrorPageURL(const GURL& url) = 0; |
+ // Sets the name of the top-level frame. |
+ virtual void SetName(const std::string& name) = 0; |
+ |
// Sets a property with the given name and value on the Web UI binding object. |
// Must call AllowWebUIBindings() on this renderer first. |
virtual void SetWebUIProperty(const std::string& name, |