| 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 be47c889e80597e77b30bf02745753a0be5699a7..e61cc0cee7b6e6b1a0836952fd796fee68137945 100644
|
| --- a/extensions/browser/api/extensions_api_client.h
|
| +++ b/extensions/browser/api/extensions_api_client.h
|
| @@ -38,6 +38,7 @@ class ManagementAPIDelegate;
|
| class MetricsPrivateDelegate;
|
| class MimeHandlerViewGuest;
|
| class MimeHandlerViewGuestDelegate;
|
| +class NetworkingCastPrivateDelegate;
|
| class NonNativeFileSystemDelegate;
|
| class RulesCacheDelegate;
|
| class SettingsObserver;
|
| @@ -132,6 +133,9 @@ class ExtensionsAPIClient {
|
| // MetricsPrivateAPI behavior.
|
| virtual MetricsPrivateDelegate* GetMetricsPrivateDelegate();
|
|
|
| + // Creates a delegate for networking.castPrivate's API behavior.
|
| + virtual NetworkingCastPrivateDelegate* GetNetworkingCastPrivateDelegate();
|
| +
|
| #if defined(OS_CHROMEOS)
|
| // If supported by the embedder, returns a delegate for querying non-native
|
| // file systems.
|
|
|