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

Side by Side Diff: mojo/services/html_viewer/html_document_view.h

Issue 423613002: Mojo: split up service_provider.mojom (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 4 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 | Annotate | Revision Log
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 MOJO_SERVICES_HTML_VIEWER_HTML_DOCUMENT_VIEW_H_ 5 #ifndef MOJO_SERVICES_HTML_VIEWER_HTML_DOCUMENT_VIEW_H_
6 #define MOJO_SERVICES_HTML_VIEWER_HTML_DOCUMENT_VIEW_H_ 6 #define MOJO_SERVICES_HTML_VIEWER_HTML_DOCUMENT_VIEW_H_
7 7
8 #include "base/compiler_specific.h" 8 #include "base/compiler_specific.h"
9 #include "base/memory/weak_ptr.h" 9 #include "base/memory/weak_ptr.h"
10 #include "mojo/public/cpp/application/lazy_interface_ptr.h" 10 #include "mojo/public/cpp/application/lazy_interface_ptr.h"
11 #include "mojo/public/interfaces/service_provider/service_provider.mojom.h"
12 #include "mojo/services/public/cpp/view_manager/node_observer.h" 11 #include "mojo/services/public/cpp/view_manager/node_observer.h"
13 #include "mojo/services/public/cpp/view_manager/view_observer.h" 12 #include "mojo/services/public/cpp/view_manager/view_observer.h"
14 #include "mojo/services/public/interfaces/navigation/navigation.mojom.h" 13 #include "mojo/services/public/interfaces/navigation/navigation.mojom.h"
15 #include "mojo/services/public/interfaces/network/url_loader.mojom.h" 14 #include "mojo/services/public/interfaces/network/url_loader.mojom.h"
16 #include "third_party/WebKit/public/web/WebFrameClient.h" 15 #include "third_party/WebKit/public/web/WebFrameClient.h"
17 #include "third_party/WebKit/public/web/WebViewClient.h" 16 #include "third_party/WebKit/public/web/WebViewClient.h"
18 17
19 namespace mojo { 18 namespace mojo {
20 19
21 class Node; 20 class Node;
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 bool repaint_pending_; 77 bool repaint_pending_;
79 LazyInterfacePtr<NavigatorHost> navigator_host_; 78 LazyInterfacePtr<NavigatorHost> navigator_host_;
80 79
81 base::WeakPtrFactory<HTMLDocumentView> weak_factory_; 80 base::WeakPtrFactory<HTMLDocumentView> weak_factory_;
82 DISALLOW_COPY_AND_ASSIGN(HTMLDocumentView); 81 DISALLOW_COPY_AND_ASSIGN(HTMLDocumentView);
83 }; 82 };
84 83
85 } // namespace mojo 84 } // namespace mojo
86 85
87 #endif // MOJO_SERVICES_HTML_VIEWER_HTML_DOCUMENT_VIEW_H_ 86 #endif // MOJO_SERVICES_HTML_VIEWER_HTML_DOCUMENT_VIEW_H_
OLDNEW
« no previous file with comments | « mojo/service_manager/service_manager_unittest.cc ('k') | mojo/services/native_viewport/native_viewport_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698