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

Side by Side Diff: content/renderer/renderer_blink_platform_impl.h

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 (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 CONTENT_RENDERER_RENDERER_BLINK_PLATFORM_IMPL_H_ 5 #ifndef CONTENT_RENDERER_RENDERER_BLINK_PLATFORM_IMPL_H_
6 #define CONTENT_RENDERER_RENDERER_BLINK_PLATFORM_IMPL_H_ 6 #define CONTENT_RENDERER_RENDERER_BLINK_PLATFORM_IMPL_H_
7 7
8 #include <stddef.h> 8 #include <stddef.h>
9 #include <stdint.h> 9 #include <stdint.h>
10 10
11 #include <memory> 11 #include <memory>
12 12
13 #include "base/compiler_specific.h" 13 #include "base/compiler_specific.h"
14 #include "base/id_map.h" 14 #include "base/id_map.h"
15 #include "base/macros.h" 15 #include "base/macros.h"
16 #include "base/time/time.h" 16 #include "base/time/time.h"
17 #include "build/build_config.h" 17 #include "build/build_config.h"
18 #include "cc/blink/web_compositor_support_impl.h" 18 #include "cc/blink/web_compositor_support_impl.h"
19 #include "components/viz/client/client_shared_bitmap_manager.h" 19 #include "components/viz/client/client_shared_bitmap_manager.h"
20 #include "content/child/blink_platform_impl.h" 20 #include "content/child/blink_platform_impl.h"
21 #include "content/common/content_export.h" 21 #include "content/common/content_export.h"
22 #include "content/common/possibly_associated_interface_ptr.h" 22 #include "content/common/possibly_associated_interface_ptr.h"
23 #include "content/common/url_loader_factory.mojom.h" 23 #include "content/public/common/url_loader_factory.mojom.h"
24 #include "content/renderer/origin_trials/web_trial_token_validator_impl.h" 24 #include "content/renderer/origin_trials/web_trial_token_validator_impl.h"
25 #include "content/renderer/top_level_blame_context.h" 25 #include "content/renderer/top_level_blame_context.h"
26 #include "content/renderer/webpublicsuffixlist_impl.h" 26 #include "content/renderer/webpublicsuffixlist_impl.h"
27 #include "third_party/WebKit/public/platform/modules/indexeddb/WebIDBFactory.h" 27 #include "third_party/WebKit/public/platform/modules/indexeddb/WebIDBFactory.h"
28 #include "third_party/WebKit/public/platform/modules/screen_orientation/WebScree nOrientationType.h" 28 #include "third_party/WebKit/public/platform/modules/screen_orientation/WebScree nOrientationType.h"
29 29
30 namespace IPC { 30 namespace IPC {
31 class SyncMessageFilter; 31 class SyncMessageFilter;
32 } 32 }
33 33
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 std::unique_ptr<BlinkInterfaceProviderImpl> blink_interface_provider_; 314 std::unique_ptr<BlinkInterfaceProviderImpl> blink_interface_provider_;
315 315
316 PossiblyAssociatedInterfacePtr<mojom::URLLoaderFactory> url_loader_factory_; 316 PossiblyAssociatedInterfacePtr<mojom::URLLoaderFactory> url_loader_factory_;
317 317
318 DISALLOW_COPY_AND_ASSIGN(RendererBlinkPlatformImpl); 318 DISALLOW_COPY_AND_ASSIGN(RendererBlinkPlatformImpl);
319 }; 319 };
320 320
321 } // namespace content 321 } // namespace content
322 322
323 #endif // CONTENT_RENDERER_RENDERER_BLINK_PLATFORM_IMPL_H_ 323 #endif // CONTENT_RENDERER_RENDERER_BLINK_PLATFORM_IMPL_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698