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

Side by Side Diff: content/public/common/network_service.mojom

Issue 2964503003: Move NetworkService mojom files to content/public/common. (Closed)
Patch Set: Merge Created 3 years, 5 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 unified diff | Download patch
OLDNEW
1 // Copyright 2017 The Chromium Authors. All rights reserved. 1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 module content.mojom; 5 module content.mojom;
6 6
7 import "mojo/common/file_path.mojom"; 7 import "mojo/common/file_path.mojom";
8 import "url_loader.mojom"; 8 import "url_loader.mojom";
9 import "url_loader_factory.mojom"; 9 import "url_loader_factory.mojom";
10 import "url/mojo/url.mojom"; 10 import "url/mojo/url.mojom";
(...skipping 19 matching lines...) Expand all
30 HandleViewCacheRequest(url.mojom.Url url, 30 HandleViewCacheRequest(url.mojom.Url url,
31 URLLoaderClient client); 31 URLLoaderClient client);
32 }; 32 };
33 33
34 // Browser interface to the network service. 34 // Browser interface to the network service.
35 interface NetworkService { 35 interface NetworkService {
36 // Creates a new network context with the given parameters. 36 // Creates a new network context with the given parameters.
37 CreateNetworkContext(NetworkContext& context, 37 CreateNetworkContext(NetworkContext& context,
38 NetworkContextParams params); 38 NetworkContextParams params);
39 }; 39 };
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698