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

Side by Side Diff: services/java_handler/java_handler.h

Issue 1923633004: Remove interface_factory_impl.h. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 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
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 SERVICES_JAVA_HANDLER_JAVA_HANDLER_H_ 5 #ifndef SERVICES_JAVA_HANDLER_JAVA_HANDLER_H_
6 #define SERVICES_JAVA_HANDLER_JAVA_HANDLER_H_ 6 #define SERVICES_JAVA_HANDLER_JAVA_HANDLER_H_
7 7
8 #include <jni.h> 8 #include <jni.h>
9 9
10 #include "base/files/file_path.h" 10 #include "base/files/file_path.h"
11 #include "base/single_thread_task_runner.h" 11 #include "base/single_thread_task_runner.h"
12 #include "mojo/application/content_handler_factory.h" 12 #include "mojo/application/content_handler_factory.h"
13 #include "mojo/common/tracing_impl.h" 13 #include "mojo/common/tracing_impl.h"
14 #include "mojo/public/cpp/application/application_delegate.h" 14 #include "mojo/public/cpp/application/application_delegate.h"
15 #include "mojo/public/cpp/application/interface_factory_impl.h"
16 #include "mojo/services/content_handler/interfaces/content_handler.mojom.h" 15 #include "mojo/services/content_handler/interfaces/content_handler.mojom.h"
17 #include "mojo/services/url_response_disk_cache/interfaces/url_response_disk_cac he.mojom.h" 16 #include "mojo/services/url_response_disk_cache/interfaces/url_response_disk_cac he.mojom.h"
18 17
19 namespace services { 18 namespace services {
20 namespace android { 19 namespace android {
21 20
22 class JavaHandler : public mojo::ApplicationDelegate, 21 class JavaHandler : public mojo::ApplicationDelegate,
23 public mojo::ContentHandlerFactory::Delegate { 22 public mojo::ContentHandlerFactory::Delegate {
24 public: 23 public:
25 JavaHandler(); 24 JavaHandler();
(...skipping 19 matching lines...) Expand all
45 mojo::ContentHandlerFactory content_handler_factory_; 44 mojo::ContentHandlerFactory content_handler_factory_;
46 mojo::URLResponseDiskCachePtr url_response_disk_cache_; 45 mojo::URLResponseDiskCachePtr url_response_disk_cache_;
47 scoped_refptr<base::SingleThreadTaskRunner> handler_task_runner_; 46 scoped_refptr<base::SingleThreadTaskRunner> handler_task_runner_;
48 MOJO_DISALLOW_COPY_AND_ASSIGN(JavaHandler); 47 MOJO_DISALLOW_COPY_AND_ASSIGN(JavaHandler);
49 }; 48 };
50 49
51 } // namespace android 50 } // namespace android
52 } // namespace services 51 } // namespace services
53 52
54 #endif // SERVICES_JAVA_HANDLER_JAVA_HANDLER_H_ 53 #endif // SERVICES_JAVA_HANDLER_JAVA_HANDLER_H_
OLDNEW
« no previous file with comments | « mojo/public/cpp/application/interface_factory_impl.h ('k') | services/native_viewport/app_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698