Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(53)

Unified Diff: extensions/browser/api/extensions_api_client.cc

Issue 498303002: AppView internal API doesn't need to go through ExtensionsAPIClient anymore, since AppView is now i… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « extensions/browser/api/extensions_api_client.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
}
« no previous file with comments | « extensions/browser/api/extensions_api_client.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698