| Index: extensions/browser/guest_view/app_view/app_view_guest.h
|
| diff --git a/extensions/browser/guest_view/app_view/app_view_guest.h b/extensions/browser/guest_view/app_view/app_view_guest.h
|
| index 020ed734a40ed69dcc9c8ca53e28d6400121afeb..fa8ce8ea9cfc4b4492dd847e41fc77dd5fd785c5 100644
|
| --- a/extensions/browser/guest_view/app_view/app_view_guest.h
|
| +++ b/extensions/browser/guest_view/app_view/app_view_guest.h
|
| @@ -52,12 +52,12 @@ class AppViewGuest : public GuestView<AppViewGuest>,
|
| content::MediaStreamType type) override;
|
|
|
| // GuestViewBase implementation.
|
| - const char* GetAPINamespace() const override;
|
| - int GetTaskPrefix() const override;
|
| + bool CanRunInDetachedState() const override;
|
| void CreateWebContents(const base::DictionaryValue& create_params,
|
| const WebContentsCreatedCallback& callback) override;
|
| - void DidAttachToEmbedder() override;
|
| void DidInitialize(const base::DictionaryValue& create_params) override;
|
| + const char* GetAPINamespace() const override;
|
| + int GetTaskPrefix() const override;
|
|
|
| // Sets the AppDelegate for this guest.
|
| void SetAppDelegateForTest(AppDelegate* delegate);
|
|
|