| 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 96db1b0ddafed7e9d0b3345496aa083eda518570..f6c9e25ca8ff5ed95dd6a9b7694af29fc8d81b03 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.
|
| };
|
|
|