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

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

Issue 2726223004: Introduce networking.cast API (Closed)
Patch Set: histograms 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..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.
« no previous file with comments | « chrome/test/data/extensions/api_test/networking_cast_private/test.js ('k') | extensions/browser/api/extensions_api_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698