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

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

Issue 486903002: Moving app_view to extensions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
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 a13b8fe32adadaa55d197a9f22975664a7b6a523..93fae579b7c6b75d206283715654266a3627d0e6 100644
--- a/extensions/browser/api/extensions_api_client.h
+++ b/extensions/browser/api/extensions_api_client.h
@@ -25,6 +25,7 @@ class HidService;
namespace extensions {
+class AppViewGuestDelegate;
class SettingsObserver;
class SettingsStorageFactory;
class ValueStoreCache;
@@ -68,6 +69,9 @@ class ExtensionsAPIClient {
int guest_instance_id,
const std::string& guest_extension_id);
+ // Creates the AppViewGuestDelegate.
+ virtual AppViewGuestDelegate* CreateAppViewGuestDelegate() const;
+
// Returns the HidService instance for this embedder.
virtual device::HidService* GetHidService();
« no previous file with comments | « chrome/renderer/extensions/chrome_extensions_dispatcher_delegate.cc ('k') | extensions/browser/api/extensions_api_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698