| 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 ea989838b45acb77053566770bcc436e5a920215..b626ab56ff6123870e45378a434795e546dadb2e 100644
|
| --- a/content/public/browser/render_view_host.h
|
| +++ b/content/public/browser/render_view_host.h
|
| @@ -226,6 +226,10 @@ 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 a flag indicating if the RenderView that will be hosted will act as a
|
| + // guest.
|
| + virtual void SetHostsGuest(bool hosts_guest) = 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,
|
|
|