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

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

Issue 2726223004: Introduce networking.cast API (Closed)
Patch Set: . Created 3 years, 9 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 be47c889e80597e77b30bf02745753a0be5699a7..ed1cba2d200c96dfbf3184727a9c40214a18a3d6 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 NetworkingCastDelegate;
class NonNativeFileSystemDelegate;
class RulesCacheDelegate;
class SettingsObserver;
@@ -132,6 +133,9 @@ class ExtensionsAPIClient {
// MetricsPrivateAPI behavior.
virtual MetricsPrivateDelegate* GetMetricsPrivateDelegate();
+ // Creates a delegate for networking cast's API behavior.
+ virtual NetworkingCastDelegate* GetNetworkingCastDelegate();
+
#if defined(OS_CHROMEOS)
// If supported by the embedder, returns a delegate for querying non-native
// file systems.

Powered by Google App Engine
This is Rietveld 408576698