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

Side by Side Diff: chrome/renderer/chrome_content_renderer_client.cc

Issue 811563008: Moving files from //chrome to //components/printing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase with delegates, extraction of resources Created 5 years, 11 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
« no previous file with comments | « chrome/renderer/BUILD.gn ('k') | chrome/renderer/chrome_mock_render_thread.cc » ('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 "chrome/renderer/chrome_content_renderer_client.h" 5 #include "chrome/renderer/chrome_content_renderer_client.h"
6 6
7 #include "base/command_line.h" 7 #include "base/command_line.h"
8 #include "base/debug/crash_logging.h" 8 #include "base/debug/crash_logging.h"
9 #include "base/logging.h" 9 #include "base/logging.h"
10 #include "base/metrics/field_trial.h" 10 #include "base/metrics/field_trial.h"
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 #include "chrome/renderer/playback_extension.h" 42 #include "chrome/renderer/playback_extension.h"
43 #include "chrome/renderer/plugins/chrome_plugin_placeholder.h" 43 #include "chrome/renderer/plugins/chrome_plugin_placeholder.h"
44 #include "chrome/renderer/plugins/plugin_uma.h" 44 #include "chrome/renderer/plugins/plugin_uma.h"
45 #include "chrome/renderer/plugins/shadow_dom_plugin_placeholder.h" 45 #include "chrome/renderer/plugins/shadow_dom_plugin_placeholder.h"
46 #include "chrome/renderer/prefetch_helper.h" 46 #include "chrome/renderer/prefetch_helper.h"
47 #include "chrome/renderer/prerender/prerender_dispatcher.h" 47 #include "chrome/renderer/prerender/prerender_dispatcher.h"
48 #include "chrome/renderer/prerender/prerender_helper.h" 48 #include "chrome/renderer/prerender/prerender_helper.h"
49 #include "chrome/renderer/prerender/prerender_media_load_deferrer.h" 49 #include "chrome/renderer/prerender/prerender_media_load_deferrer.h"
50 #include "chrome/renderer/prerender/prerenderer_client.h" 50 #include "chrome/renderer/prerender/prerenderer_client.h"
51 #include "chrome/renderer/principals_extension_bindings.h" 51 #include "chrome/renderer/principals_extension_bindings.h"
52 #include "chrome/renderer/printing/print_web_view_helper.h" 52 #include "chrome/renderer/printing/chrome_print_web_view_helper_delegate.h"
53 #include "chrome/renderer/safe_browsing/malware_dom_details.h" 53 #include "chrome/renderer/safe_browsing/malware_dom_details.h"
54 #include "chrome/renderer/safe_browsing/phishing_classifier_delegate.h" 54 #include "chrome/renderer/safe_browsing/phishing_classifier_delegate.h"
55 #include "chrome/renderer/searchbox/search_bouncer.h" 55 #include "chrome/renderer/searchbox/search_bouncer.h"
56 #include "chrome/renderer/searchbox/searchbox.h" 56 #include "chrome/renderer/searchbox/searchbox.h"
57 #include "chrome/renderer/searchbox/searchbox_extension.h" 57 #include "chrome/renderer/searchbox/searchbox_extension.h"
58 #include "chrome/renderer/tts_dispatcher.h" 58 #include "chrome/renderer/tts_dispatcher.h"
59 #include "chrome/renderer/worker_permission_client_proxy.h" 59 #include "chrome/renderer/worker_permission_client_proxy.h"
60 #include "components/autofill/content/renderer/autofill_agent.h" 60 #include "components/autofill/content/renderer/autofill_agent.h"
61 #include "components/autofill/content/renderer/password_autofill_agent.h" 61 #include "components/autofill/content/renderer/password_autofill_agent.h"
62 #include "components/autofill/content/renderer/password_generation_agent.h" 62 #include "components/autofill/content/renderer/password_generation_agent.h"
63 #include "components/content_settings/core/common/content_settings_pattern.h" 63 #include "components/content_settings/core/common/content_settings_pattern.h"
64 #include "components/dns_prefetch/renderer/prescient_networking_dispatcher.h" 64 #include "components/dns_prefetch/renderer/prescient_networking_dispatcher.h"
65 #include "components/dom_distiller/core/url_constants.h" 65 #include "components/dom_distiller/core/url_constants.h"
66 #include "components/nacl/renderer/ppb_nacl_private_impl.h" 66 #include "components/nacl/renderer/ppb_nacl_private_impl.h"
67 #include "components/password_manager/content/renderer/credential_manager_client .h" 67 #include "components/password_manager/content/renderer/credential_manager_client .h"
68 #include "components/pdf/renderer/ppb_pdf_impl.h" 68 #include "components/pdf/renderer/ppb_pdf_impl.h"
69 #include "components/plugins/renderer/mobile_youtube_plugin.h" 69 #include "components/plugins/renderer/mobile_youtube_plugin.h"
70 #include "components/printing/renderer/print_web_view_helper.h"
70 #include "components/signin/core/common/profile_management_switches.h" 71 #include "components/signin/core/common/profile_management_switches.h"
71 #include "components/visitedlink/renderer/visitedlink_slave.h" 72 #include "components/visitedlink/renderer/visitedlink_slave.h"
72 #include "components/web_cache/renderer/web_cache_render_process_observer.h" 73 #include "components/web_cache/renderer/web_cache_render_process_observer.h"
73 #include "content/public/common/content_constants.h" 74 #include "content/public/common/content_constants.h"
74 #include "content/public/renderer/render_frame.h" 75 #include "content/public/renderer/render_frame.h"
75 #include "content/public/renderer/render_thread.h" 76 #include "content/public/renderer/render_thread.h"
76 #include "content/public/renderer/render_view.h" 77 #include "content/public/renderer/render_view.h"
77 #include "content/public/renderer/render_view_visitor.h" 78 #include "content/public/renderer/render_view_visitor.h"
78 #include "extensions/common/constants.h" 79 #include "extensions/common/constants.h"
79 #include "ipc/ipc_sync_channel.h" 80 #include "ipc/ipc_sync_channel.h"
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 #include "extensions/renderer/dispatcher.h" 121 #include "extensions/renderer/dispatcher.h"
121 #include "extensions/renderer/extension_helper.h" 122 #include "extensions/renderer/extension_helper.h"
122 #include "extensions/renderer/extensions_render_frame_observer.h" 123 #include "extensions/renderer/extensions_render_frame_observer.h"
123 #include "extensions/renderer/guest_view/extensions_guest_view_container.h" 124 #include "extensions/renderer/guest_view/extensions_guest_view_container.h"
124 #include "extensions/renderer/guest_view/guest_view_container.h" 125 #include "extensions/renderer/guest_view/guest_view_container.h"
125 #include "extensions/renderer/guest_view/mime_handler_view/mime_handler_view_con tainer.h" 126 #include "extensions/renderer/guest_view/mime_handler_view/mime_handler_view_con tainer.h"
126 #include "extensions/renderer/script_context.h" 127 #include "extensions/renderer/script_context.h"
127 #endif 128 #endif
128 129
129 #if defined(ENABLE_PRINTING) 130 #if defined(ENABLE_PRINTING)
130 #include "chrome/renderer/printing/chrome_print_web_view_helper_delegate.h" 131 // TODO(dgn)
Vitaly Buka (NO REVIEWS) 2015/01/08 00:21:16 ?
dgn 2015/01/09 10:47:19 Removed
131 #endif 132 #endif
132 133
133 #if defined(ENABLE_PRINT_PREVIEW) 134 #if defined(ENABLE_PRINT_PREVIEW)
134 #include "chrome/renderer/pepper/chrome_pdf_print_client.h" 135 #include "chrome/renderer/pepper/chrome_pdf_print_client.h"
135 #endif 136 #endif
136 137
137 #if defined(ENABLE_SPELLCHECK) 138 #if defined(ENABLE_SPELLCHECK)
138 #include "chrome/renderer/spellchecker/spellcheck.h" 139 #include "chrome/renderer/spellchecker/spellcheck.h"
139 #include "chrome/renderer/spellchecker/spellcheck_provider.h" 140 #include "chrome/renderer/spellchecker/spellcheck_provider.h"
140 #endif 141 #endif
(...skipping 1445 matching lines...) Expand 10 before | Expand all | Expand 10 after
1586 if (mime_type == content::kBrowserPluginMimeType) { 1587 if (mime_type == content::kBrowserPluginMimeType) {
1587 return new extensions::ExtensionsGuestViewContainer(render_frame); 1588 return new extensions::ExtensionsGuestViewContainer(render_frame);
1588 } else { 1589 } else {
1589 return new extensions::MimeHandlerViewContainer( 1590 return new extensions::MimeHandlerViewContainer(
1590 render_frame, mime_type, original_url); 1591 render_frame, mime_type, original_url);
1591 } 1592 }
1592 #else 1593 #else
1593 return NULL; 1594 return NULL;
1594 #endif 1595 #endif
1595 } 1596 }
OLDNEW
« no previous file with comments | « chrome/renderer/BUILD.gn ('k') | chrome/renderer/chrome_mock_render_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698