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 9d5332a8ff9cf46f305c72687b841387a1b62303..059df5b02d350e77ade6359f7ea723cf2feac4e1 100644 |
--- a/content/public/browser/render_view_host.h |
+++ b/content/public/browser/render_view_host.h |
@@ -255,6 +255,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 SetWindowName(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, |