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

Unified Diff: services/url_response_disk_cache/url_response_disk_cache_app.h

Issue 1975993002: Change InterfaceFactory<I>::Create() to take a ConnectionContext instead of an ApplicationConnectio… (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 7 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: services/url_response_disk_cache/url_response_disk_cache_app.h
diff --git a/services/url_response_disk_cache/url_response_disk_cache_app.h b/services/url_response_disk_cache/url_response_disk_cache_app.h
index 776db21a4ee89be6f2d83d7b99f0b490df92eb4d..7e0715cb2cafcf6257d8c4a40485234970e6a789 100644
--- a/services/url_response_disk_cache/url_response_disk_cache_app.h
+++ b/services/url_response_disk_cache/url_response_disk_cache_app.h
@@ -32,7 +32,7 @@ class URLResponseDiskCacheApp : public ApplicationDelegate,
bool ConfigureIncomingConnection(ApplicationConnection* connection) override;
// InterfaceFactory<URLResponseDiskCache>:
- void Create(ApplicationConnection* connection,
+ void Create(const ConnectionContext& connection_context,
InterfaceRequest<URLResponseDiskCache> request) override;
scoped_refptr<base::TaskRunner> task_runner_;
« no previous file with comments | « services/ui/view_manager/view_manager_app.cc ('k') | services/url_response_disk_cache/url_response_disk_cache_app.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698