| Index: chrome/browser/guest_view/guest_view_base.h
|
| diff --git a/chrome/browser/guest_view/guest_view_base.h b/chrome/browser/guest_view/guest_view_base.h
|
| index 46b89c2364efe8fe32aa78eb66b836913f5f9490..059a78639076db38c346a06ff69782d6f4026b22 100644
|
| --- a/chrome/browser/guest_view/guest_view_base.h
|
| +++ b/chrome/browser/guest_view/guest_view_base.h
|
| @@ -52,6 +52,8 @@ class GuestViewBase : public content::BrowserPluginGuestDelegate {
|
|
|
| static GuestViewBase* From(int embedder_process_id, int instance_id);
|
|
|
| + static bool IsGuest(content::WebContents* web_contents);
|
| +
|
| // For GuestViewBases, we create special guest processes, which host the
|
| // tag content separately from the main application that embeds the tag.
|
| // A GuestViewBase can specify both the partition name and whether the storage
|
|
|