| Index: extensions/browser/api/extensions_api_client.cc
|
| diff --git a/extensions/browser/api/extensions_api_client.cc b/extensions/browser/api/extensions_api_client.cc
|
| index b75428d2322065672de7ea33d5c413c8b496073f..e797212a11afcc3823975cd37a5f6b6f63f90b59 100644
|
| --- a/extensions/browser/api/extensions_api_client.cc
|
| +++ b/extensions/browser/api/extensions_api_client.cc
|
| @@ -26,21 +26,6 @@ void ExtensionsAPIClient::AddAdditionalValueStoreCaches(
|
| const scoped_refptr<ObserverListThreadSafe<SettingsObserver> >& observers,
|
| std::map<settings_namespace::Namespace, ValueStoreCache*>* caches) {}
|
|
|
| -bool ExtensionsAPIClient::AppViewInternalAttachFrame(
|
| - content::BrowserContext* browser_context,
|
| - const GURL& url,
|
| - int guest_instance_id,
|
| - const std::string& guest_extension_id) {
|
| - return false;
|
| -}
|
| -
|
| -bool ExtensionsAPIClient::AppViewInternalDenyRequest(
|
| - content::BrowserContext* browser_context,
|
| - int guest_instance_id,
|
| - const std::string& guest_extension_id) {
|
| - return false;
|
| -}
|
| -
|
| AppViewGuestDelegate* ExtensionsAPIClient::CreateAppViewGuestDelegate() const {
|
| return NULL;
|
| }
|
|
|