| Index: content/browser/web_contents/web_contents_impl.h
|
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
|
| index 7229682e43e2a988aa9c3d5ce6ab32fc1cdd2b89..7627988d4e47bff1e0b555747371a8100cea5f3d 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -427,6 +427,7 @@ class CONTENT_EXPORT WebContentsImpl
|
| virtual SessionStorageNamespace* GetSessionStorageNamespace(
|
| SiteInstance* instance) OVERRIDE;
|
| virtual FrameTree* GetFrameTree() OVERRIDE;
|
| + virtual bool IsGuest() const OVERRIDE;
|
|
|
| // RenderWidgetHostDelegate --------------------------------------------------
|
|
|
|
|