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

Side by Side Diff: components/html_viewer/html_document.h

Issue 1139883006: Mandoline: Move content_handler.mojom from third_party/ to mojo/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup Created 5 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 unified diff | Download patch
« no previous file with comments | « components/html_viewer/BUILD.gn ('k') | components/html_viewer/html_viewer.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 COMPONENTS_HTML_VIEWER_HTML_DOCUMENT_H_ 5 #ifndef COMPONENTS_HTML_VIEWER_HTML_DOCUMENT_H_
6 #define COMPONENTS_HTML_VIEWER_HTML_DOCUMENT_H_ 6 #define COMPONENTS_HTML_VIEWER_HTML_DOCUMENT_H_
7 7
8 #include <set> 8 #include <set>
9 9
10 #include "base/callback.h" 10 #include "base/callback.h"
11 #include "base/macros.h" 11 #include "base/macros.h"
12 #include "components/html_viewer/ax_provider_impl.h" 12 #include "components/html_viewer/ax_provider_impl.h"
13 #include "components/html_viewer/touch_handler.h" 13 #include "components/html_viewer/touch_handler.h"
14 #include "components/view_manager/public/cpp/view_manager_client_factory.h" 14 #include "components/view_manager/public/cpp/view_manager_client_factory.h"
15 #include "components/view_manager/public/cpp/view_manager_delegate.h" 15 #include "components/view_manager/public/cpp/view_manager_delegate.h"
16 #include "components/view_manager/public/cpp/view_observer.h" 16 #include "components/view_manager/public/cpp/view_observer.h"
17 #include "mandoline/services/navigation/public/interfaces/navigation.mojom.h" 17 #include "mandoline/services/navigation/public/interfaces/navigation.mojom.h"
18 #include "mojo/application/public/cpp/interface_factory.h" 18 #include "mojo/application/public/cpp/interface_factory.h"
19 #include "mojo/application/public/cpp/lazy_interface_ptr.h" 19 #include "mojo/application/public/cpp/lazy_interface_ptr.h"
20 #include "mojo/application/public/cpp/service_provider_impl.h" 20 #include "mojo/application/public/cpp/service_provider_impl.h"
21 #include "mojo/application/public/interfaces/application.mojom.h" 21 #include "mojo/application/public/interfaces/application.mojom.h"
22 #include "mojo/application/public/interfaces/content_handler.mojom.h"
22 #include "mojo/services/network/public/interfaces/url_loader.mojom.h" 23 #include "mojo/services/network/public/interfaces/url_loader.mojom.h"
23 #include "third_party/WebKit/public/web/WebFrameClient.h" 24 #include "third_party/WebKit/public/web/WebFrameClient.h"
24 #include "third_party/WebKit/public/web/WebSandboxFlags.h" 25 #include "third_party/WebKit/public/web/WebSandboxFlags.h"
25 #include "third_party/WebKit/public/web/WebViewClient.h" 26 #include "third_party/WebKit/public/web/WebViewClient.h"
26 #include "third_party/mojo/src/mojo/public/cpp/bindings/interface_impl.h" 27 #include "third_party/mojo/src/mojo/public/cpp/bindings/interface_impl.h"
27 #include "third_party/mojo_services/src/content_handler/public/interfaces/conten t_handler.mojom.h"
28 28
29 namespace base { 29 namespace base {
30 class MessageLoopProxy; 30 class MessageLoopProxy;
31 } 31 }
32 32
33 namespace media { 33 namespace media {
34 class CdmFactory; 34 class CdmFactory;
35 class MediaPermission; 35 class MediaPermission;
36 class WebEncryptedMediaClientImpl; 36 class WebEncryptedMediaClientImpl;
37 } 37 }
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 Setup* setup_; 170 Setup* setup_;
171 171
172 scoped_ptr<TouchHandler> touch_handler_; 172 scoped_ptr<TouchHandler> touch_handler_;
173 173
174 DISALLOW_COPY_AND_ASSIGN(HTMLDocument); 174 DISALLOW_COPY_AND_ASSIGN(HTMLDocument);
175 }; 175 };
176 176
177 } // namespace html_viewer 177 } // namespace html_viewer
178 178
179 #endif // COMPONENTS_HTML_VIEWER_HTML_DOCUMENT_H_ 179 #endif // COMPONENTS_HTML_VIEWER_HTML_DOCUMENT_H_
OLDNEW
« no previous file with comments | « components/html_viewer/BUILD.gn ('k') | components/html_viewer/html_viewer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698