Index: extensions/browser/api/extensions_api_client.h |
diff --git a/extensions/browser/api/extensions_api_client.h b/extensions/browser/api/extensions_api_client.h |
index 4a60df57da21d79a77d40aab1570674b6177214c..5f1a8e3c762fe86e23a6e5ca2d4e13e8e18552f2 100644 |
--- a/extensions/browser/api/extensions_api_client.h |
+++ b/extensions/browser/api/extensions_api_client.h |
@@ -58,21 +58,6 @@ class ExtensionsAPIClient { |
const scoped_refptr<ObserverListThreadSafe<SettingsObserver> >& observers, |
std::map<settings_namespace::Namespace, ValueStoreCache*>* caches); |
- // Attaches a frame |url| inside the <appview> specified by |
- // |guest_instance_id|. Returns true if the operation completes succcessfully. |
- virtual bool AppViewInternalAttachFrame( |
- content::BrowserContext* browser_context, |
- const GURL& url, |
- int guest_instance_id, |
- const std::string& guest_extension_id); |
- |
- // Denies the embedding requested by the <appview> specified by |
- // |guest_instance_id|. Returns true if the operation completes successfully. |
- virtual bool AppViewInternalDenyRequest( |
- content::BrowserContext* browser_context, |
- int guest_instance_id, |
- const std::string& guest_extension_id); |
- |
// Creates the AppViewGuestDelegate. |
virtual AppViewGuestDelegate* CreateAppViewGuestDelegate() const; |