summaryrefslogtreecommitdiffstats
path: root/extensions/browser/api/extensions_api_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/browser/api/extensions_api_client.h')
-rw-r--r--extensions/browser/api/extensions_api_client.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/extensions/browser/api/extensions_api_client.h b/extensions/browser/api/extensions_api_client.h
index 96db1b0..f6c9e25 100644
--- a/extensions/browser/api/extensions_api_client.h
+++ b/extensions/browser/api/extensions_api_client.h
@@ -29,6 +29,7 @@ class ContentRulesRegistry;
class DevicePermissionsPrompt;
class ExtensionOptionsGuest;
class ExtensionOptionsGuestDelegate;
+class ManagementAPIDelegate;
class MimeHandlerViewGuest;
class MimeHandlerViewGuestDelegate;
class WebViewGuest;
@@ -107,6 +108,9 @@ class ExtensionsAPIClient {
virtual scoped_ptr<VirtualKeyboardDelegate> CreateVirtualKeyboardDelegate()
const;
+ // Creates a delegate for handling the management extension api.
+ virtual ManagementAPIDelegate* CreateManagementAPIDelegate() const;
+
// NOTE: If this interface gains too many methods (perhaps more than 20) it
// should be split into one interface per API.
};