| Index: apps/shell/browser/shell_extensions_browser_client.h
|
| diff --git a/apps/shell/browser/shell_extensions_browser_client.h b/apps/shell/browser/shell_extensions_browser_client.h
|
| index 2013c6d741b9b168fdf2594657683d958b4ec5ba..d13f130dbddae9791af97bf635d47e34693d5d5d 100644
|
| --- a/apps/shell/browser/shell_extensions_browser_client.h
|
| +++ b/apps/shell/browser/shell_extensions_browser_client.h
|
| @@ -77,6 +77,11 @@ class ShellExtensionsBrowserClient : public ExtensionsBrowserClient {
|
| content::BrowserContext* context) const OVERRIDE;
|
| virtual ComponentExtensionResourceManager*
|
| GetComponentExtensionResourceManager() OVERRIDE;
|
| + virtual bool CompletePendingEmbedRequest(
|
| + const GURL& url,
|
| + int guest_instance_id,
|
| + content::BrowserContext* browser_context,
|
| + const std::string& guest_extension_id) OVERRIDE;
|
|
|
| private:
|
| // The single BrowserContext for app_shell. Not owned.
|
|
|