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

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

Issue 1410053006: Move third_party/mojo/src/mojo/public to mojo/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 1 month 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/html_document.cc ('k') | components/html_viewer/html_frame.h » ('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 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 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_APPLICATION_DELEGATE_H_ 5 #ifndef COMPONENTS_HTML_VIEWER_HTML_DOCUMENT_APPLICATION_DELEGATE_H_
6 #define COMPONENTS_HTML_VIEWER_HTML_DOCUMENT_APPLICATION_DELEGATE_H_ 6 #define COMPONENTS_HTML_VIEWER_HTML_DOCUMENT_APPLICATION_DELEGATE_H_
7 7
8 #include <set> 8 #include <set>
9 9
10 #include "base/macros.h" 10 #include "base/macros.h"
11 #include "base/memory/scoped_ptr.h" 11 #include "base/memory/scoped_ptr.h"
12 #include "base/memory/weak_ptr.h" 12 #include "base/memory/weak_ptr.h"
13 #include "components/html_viewer/html_factory.h" 13 #include "components/html_viewer/html_factory.h"
14 #include "mojo/application/public/cpp/application_delegate.h" 14 #include "mojo/application/public/cpp/application_delegate.h"
15 #include "mojo/application/public/cpp/application_impl.h" 15 #include "mojo/application/public/cpp/application_impl.h"
16 #include "mojo/public/cpp/bindings/interface_request.h"
16 #include "mojo/services/network/public/interfaces/url_loader_factory.mojom.h" 17 #include "mojo/services/network/public/interfaces/url_loader_factory.mojom.h"
17 #include "third_party/mojo/src/mojo/public/cpp/bindings/interface_request.h"
18 18
19 namespace html_viewer { 19 namespace html_viewer {
20 20
21 class GlobalState; 21 class GlobalState;
22 class HTMLDocument; 22 class HTMLDocument;
23 23
24 // ApplicationDelegate created by the content handler for a specific url. 24 // ApplicationDelegate created by the content handler for a specific url.
25 class HTMLDocumentApplicationDelegate : public mojo::ApplicationDelegate, 25 class HTMLDocumentApplicationDelegate : public mojo::ApplicationDelegate,
26 public HTMLFactory { 26 public HTMLFactory {
27 public: 27 public:
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 mojo::Callback<void()> destruct_callback_; 80 mojo::Callback<void()> destruct_callback_;
81 81
82 base::WeakPtrFactory<HTMLDocumentApplicationDelegate> weak_factory_; 82 base::WeakPtrFactory<HTMLDocumentApplicationDelegate> weak_factory_;
83 83
84 DISALLOW_COPY_AND_ASSIGN(HTMLDocumentApplicationDelegate); 84 DISALLOW_COPY_AND_ASSIGN(HTMLDocumentApplicationDelegate);
85 }; 85 };
86 86
87 } // namespace html_viewer 87 } // namespace html_viewer
88 88
89 #endif // COMPONENTS_HTML_VIEWER_HTML_DOCUMENT_APPLICATION_DELEGATE_H_ 89 #endif // COMPONENTS_HTML_VIEWER_HTML_DOCUMENT_APPLICATION_DELEGATE_H_
OLDNEW
« no previous file with comments | « components/html_viewer/html_document.cc ('k') | components/html_viewer/html_frame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698