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

Unified Diff: services/java_handler/java_handler.h

Issue 1993053002: Simplify ContentHandlerFactory a bit. (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « services/dart/content_handler_main.cc ('k') | services/java_handler/java_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/java_handler/java_handler.h
diff --git a/services/java_handler/java_handler.h b/services/java_handler/java_handler.h
index 6f8c0ea1f0d81cd34ce15b7f24858613d49dfb77..6412ca05b9f895db52e243672f61f5a15387f8e1 100644
--- a/services/java_handler/java_handler.h
+++ b/services/java_handler/java_handler.h
@@ -41,7 +41,6 @@ class JavaHandler : public mojo::ApplicationDelegate,
const base::Closure& callback);
mojo::TracingImpl tracing_;
- mojo::ContentHandlerFactory content_handler_factory_;
mojo::URLResponseDiskCachePtr url_response_disk_cache_;
scoped_refptr<base::SingleThreadTaskRunner> handler_task_runner_;
MOJO_DISALLOW_COPY_AND_ASSIGN(JavaHandler);
« no previous file with comments | « services/dart/content_handler_main.cc ('k') | services/java_handler/java_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698