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

Side by Side Diff: sky/viewer/platform/weburlloader_impl.h

Issue 789243002: Restructure public side of network service. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Rebase Created 6 years 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
« no previous file with comments | « sky/viewer/platform/platform_impl.h ('k') | sky/viewer/platform/weburlloader_impl.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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 #ifndef SKY_VIEWER_PLATFORM_WEBURLLOADER_IMPL_H_ 5 #ifndef SKY_VIEWER_PLATFORM_WEBURLLOADER_IMPL_H_
6 #define SKY_VIEWER_PLATFORM_WEBURLLOADER_IMPL_H_ 6 #define SKY_VIEWER_PLATFORM_WEBURLLOADER_IMPL_H_
7 7
8 #include "base/memory/weak_ptr.h" 8 #include "base/memory/weak_ptr.h"
9 #include "mojo/common/handle_watcher.h" 9 #include "mojo/common/handle_watcher.h"
10 #include "mojo/services/public/interfaces/network/url_loader.mojom.h" 10 #include "mojo/services/network/public/interfaces/url_loader.mojom.h"
11 #include "sky/engine/public/platform/WebURLLoader.h" 11 #include "sky/engine/public/platform/WebURLLoader.h"
12 #include "sky/engine/public/platform/WebURLRequest.h" 12 #include "sky/engine/public/platform/WebURLRequest.h"
13 13
14 namespace mojo { 14 namespace mojo {
15 class NetworkService; 15 class NetworkService;
16 } 16 }
17 17
18 namespace sky { 18 namespace sky {
19 // The concrete type of WebURLRequest::ExtraData. 19 // The concrete type of WebURLRequest::ExtraData.
20 class WebURLRequestExtraData : public blink::WebURLRequest::ExtraData { 20 class WebURLRequestExtraData : public blink::WebURLRequest::ExtraData {
(...skipping 30 matching lines...) Expand all
51 mojo::common::HandleWatcher handle_watcher_; 51 mojo::common::HandleWatcher handle_watcher_;
52 52
53 base::WeakPtrFactory<WebURLLoaderImpl> weak_factory_; 53 base::WeakPtrFactory<WebURLLoaderImpl> weak_factory_;
54 54
55 DISALLOW_COPY_AND_ASSIGN(WebURLLoaderImpl); 55 DISALLOW_COPY_AND_ASSIGN(WebURLLoaderImpl);
56 }; 56 };
57 57
58 } // namespace sky 58 } // namespace sky
59 59
60 #endif // SKY_VIEWER_PLATFORM_WEBURLLOADER_IMPL_H_ 60 #endif // SKY_VIEWER_PLATFORM_WEBURLLOADER_IMPL_H_
OLDNEW
« no previous file with comments | « sky/viewer/platform/platform_impl.h ('k') | sky/viewer/platform/weburlloader_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698