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

Side by Side Diff: content/browser/worker_host/worker_process_host.cc

Issue 10441019: Move render_view_host_delegate.h out of content/public. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 6 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
« no previous file with comments | « content/browser/web_contents/web_drag_source_gtk.cc ('k') | content/content_browser.gypi » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 #include "content/browser/worker_host/worker_process_host.h" 5 #include "content/browser/worker_host/worker_process_host.h"
6 6
7 #include <set> 7 #include <set>
8 #include <string> 8 #include <string>
9 #include <vector> 9 #include <vector>
10 10
11 #include "base/base_switches.h" 11 #include "base/base_switches.h"
12 #include "base/bind.h" 12 #include "base/bind.h"
13 #include "base/bind_helpers.h" 13 #include "base/bind_helpers.h"
14 #include "base/callback.h" 14 #include "base/callback.h"
15 #include "base/command_line.h" 15 #include "base/command_line.h"
16 #include "base/message_loop.h" 16 #include "base/message_loop.h"
17 #include "base/string_util.h" 17 #include "base/string_util.h"
18 #include "base/utf_string_conversions.h" 18 #include "base/utf_string_conversions.h"
19 #include "content/browser/appcache/appcache_dispatcher_host.h" 19 #include "content/browser/appcache/appcache_dispatcher_host.h"
20 #include "content/browser/appcache/chrome_appcache_service.h" 20 #include "content/browser/appcache/chrome_appcache_service.h"
21 #include "content/browser/browser_child_process_host_impl.h" 21 #include "content/browser/browser_child_process_host_impl.h"
22 #include "content/browser/child_process_security_policy_impl.h" 22 #include "content/browser/child_process_security_policy_impl.h"
23 #include "content/browser/debugger/worker_devtools_manager.h" 23 #include "content/browser/debugger/worker_devtools_manager.h"
24 #include "content/browser/debugger/worker_devtools_message_filter.h" 24 #include "content/browser/debugger/worker_devtools_message_filter.h"
25 #include "content/browser/fileapi/fileapi_message_filter.h" 25 #include "content/browser/fileapi/fileapi_message_filter.h"
26 #include "content/browser/in_process_webkit/indexed_db_dispatcher_host.h" 26 #include "content/browser/in_process_webkit/indexed_db_dispatcher_host.h"
27 #include "content/browser/mime_registry_message_filter.h" 27 #include "content/browser/mime_registry_message_filter.h"
28 #include "content/browser/renderer_host/database_message_filter.h" 28 #include "content/browser/renderer_host/database_message_filter.h"
29 #include "content/browser/renderer_host/file_utilities_message_filter.h" 29 #include "content/browser/renderer_host/file_utilities_message_filter.h"
30 #include "content/browser/renderer_host/render_view_host_delegate.h"
30 #include "content/browser/renderer_host/render_view_host_impl.h" 31 #include "content/browser/renderer_host/render_view_host_impl.h"
31 #include "content/browser/renderer_host/socket_stream_dispatcher_host.h" 32 #include "content/browser/renderer_host/socket_stream_dispatcher_host.h"
32 #include "content/browser/resource_context_impl.h" 33 #include "content/browser/resource_context_impl.h"
33 #include "content/browser/worker_host/message_port_service.h" 34 #include "content/browser/worker_host/message_port_service.h"
34 #include "content/browser/worker_host/worker_message_filter.h" 35 #include "content/browser/worker_host/worker_message_filter.h"
35 #include "content/browser/worker_host/worker_service_impl.h" 36 #include "content/browser/worker_host/worker_service_impl.h"
36 #include "content/common/child_process_host_impl.h" 37 #include "content/common/child_process_host_impl.h"
37 #include "content/common/debug_flags.h" 38 #include "content/common/debug_flags.h"
38 #include "content/common/view_messages.h" 39 #include "content/common/view_messages.h"
39 #include "content/common/worker_messages.h" 40 #include "content/common/worker_messages.h"
40 #include "content/public/browser/browser_thread.h" 41 #include "content/public/browser/browser_thread.h"
41 #include "content/public/browser/content_browser_client.h" 42 #include "content/public/browser/content_browser_client.h"
42 #include "content/public/browser/render_view_host_delegate.h"
43 #include "content/public/browser/user_metrics.h" 43 #include "content/public/browser/user_metrics.h"
44 #include "content/public/common/content_switches.h" 44 #include "content/public/common/content_switches.h"
45 #include "content/public/common/result_codes.h" 45 #include "content/public/common/result_codes.h"
46 #include "ipc/ipc_switches.h" 46 #include "ipc/ipc_switches.h"
47 #include "net/base/mime_util.h" 47 #include "net/base/mime_util.h"
48 #include "net/base/registry_controlled_domain.h" 48 #include "net/base/registry_controlled_domain.h"
49 #include "ui/base/ui_base_switches.h" 49 #include "ui/base/ui_base_switches.h"
50 #include "webkit/fileapi/file_system_context.h" 50 #include "webkit/fileapi/file_system_context.h"
51 #include "webkit/fileapi/sandbox_mount_point_provider.h" 51 #include "webkit/fileapi/sandbox_mount_point_provider.h"
52 #include "webkit/glue/resource_type.h" 52 #include "webkit/glue/resource_type.h"
(...skipping 631 matching lines...) Expand 10 before | Expand all | Expand 10 after
684 } 684 }
685 } 685 }
686 return false; 686 return false;
687 } 687 }
688 688
689 WorkerProcessHost::WorkerInstance::FilterInfo 689 WorkerProcessHost::WorkerInstance::FilterInfo
690 WorkerProcessHost::WorkerInstance::GetFilter() const { 690 WorkerProcessHost::WorkerInstance::GetFilter() const {
691 DCHECK(NumFilters() == 1); 691 DCHECK(NumFilters() == 1);
692 return *filters_.begin(); 692 return *filters_.begin();
693 } 693 }
OLDNEW
« no previous file with comments | « content/browser/web_contents/web_drag_source_gtk.cc ('k') | content/content_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698