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

Side by Side Diff: chrome/browser/chrome_content_browser_client.cc

Issue 1347043002: Move ChromeNetLog to //components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 3 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/browser/chrome_browser_main.cc ('k') | chrome/browser/download/download_service_impl.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/browser/chrome_content_browser_client.h" 5 #include "chrome/browser/chrome_content_browser_client.h"
6 6
7 #include <map> 7 #include <map>
8 #include <set> 8 #include <set>
9 #include <utility> 9 #include <utility>
10 #include <vector> 10 #include <vector>
(...skipping 26 matching lines...) Expand all
37 #include "chrome/browser/content_settings/host_content_settings_map_factory.h" 37 #include "chrome/browser/content_settings/host_content_settings_map_factory.h"
38 #include "chrome/browser/content_settings/tab_specific_content_settings.h" 38 #include "chrome/browser/content_settings/tab_specific_content_settings.h"
39 #include "chrome/browser/defaults.h" 39 #include "chrome/browser/defaults.h"
40 #include "chrome/browser/devtools/chrome_devtools_manager_delegate.h" 40 #include "chrome/browser/devtools/chrome_devtools_manager_delegate.h"
41 #include "chrome/browser/download/download_prefs.h" 41 #include "chrome/browser/download/download_prefs.h"
42 #include "chrome/browser/font_family_cache.h" 42 #include "chrome/browser/font_family_cache.h"
43 #include "chrome/browser/geolocation/chrome_access_token_store.h" 43 #include "chrome/browser/geolocation/chrome_access_token_store.h"
44 #include "chrome/browser/media/media_capture_devices_dispatcher.h" 44 #include "chrome/browser/media/media_capture_devices_dispatcher.h"
45 #include "chrome/browser/metrics/chrome_browser_main_extra_parts_metrics.h" 45 #include "chrome/browser/metrics/chrome_browser_main_extra_parts_metrics.h"
46 #include "chrome/browser/nacl_host/nacl_browser_delegate_impl.h" 46 #include "chrome/browser/nacl_host/nacl_browser_delegate_impl.h"
47 #include "chrome/browser/net/chrome_net_log.h"
48 #include "chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings.h" 47 #include "chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings.h"
49 #include "chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings_fact ory.h" 48 #include "chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings_fact ory.h"
50 #include "chrome/browser/notifications/platform_notification_service_impl.h" 49 #include "chrome/browser/notifications/platform_notification_service_impl.h"
51 #include "chrome/browser/platform_util.h" 50 #include "chrome/browser/platform_util.h"
52 #include "chrome/browser/prerender/prerender_final_status.h" 51 #include "chrome/browser/prerender/prerender_final_status.h"
53 #include "chrome/browser/prerender/prerender_manager.h" 52 #include "chrome/browser/prerender/prerender_manager.h"
54 #include "chrome/browser/prerender/prerender_manager_factory.h" 53 #include "chrome/browser/prerender/prerender_manager_factory.h"
55 #include "chrome/browser/prerender/prerender_message_filter.h" 54 #include "chrome/browser/prerender/prerender_message_filter.h"
56 #include "chrome/browser/printing/printing_message_filter.h" 55 #include "chrome/browser/printing/printing_message_filter.h"
57 #include "chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.h" 56 #include "chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.h"
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 #include "components/cdm/browser/cdm_message_filter_android.h" 97 #include "components/cdm/browser/cdm_message_filter_android.h"
99 #include "components/cloud_devices/common/cloud_devices_switches.h" 98 #include "components/cloud_devices/common/cloud_devices_switches.h"
100 #include "components/content_settings/core/browser/content_settings_utils.h" 99 #include "components/content_settings/core/browser/content_settings_utils.h"
101 #include "components/content_settings/core/browser/cookie_settings.h" 100 #include "components/content_settings/core/browser/cookie_settings.h"
102 #include "components/content_settings/core/browser/host_content_settings_map.h" 101 #include "components/content_settings/core/browser/host_content_settings_map.h"
103 #include "components/content_settings/core/common/content_settings.h" 102 #include "components/content_settings/core/common/content_settings.h"
104 #include "components/data_reduction_proxy/content/browser/data_reduction_proxy_m essage_filter.h" 103 #include "components/data_reduction_proxy/content/browser/data_reduction_proxy_m essage_filter.h"
105 #include "components/dom_distiller/core/url_constants.h" 104 #include "components/dom_distiller/core/url_constants.h"
106 #include "components/google/core/browser/google_util.h" 105 #include "components/google/core/browser/google_util.h"
107 #include "components/metrics/client_info.h" 106 #include "components/metrics/client_info.h"
107 #include "components/net_log/chrome_net_log.h"
108 #include "components/pref_registry/pref_registry_syncable.h" 108 #include "components/pref_registry/pref_registry_syncable.h"
109 #include "components/rappor/rappor_utils.h" 109 #include "components/rappor/rappor_utils.h"
110 #include "components/signin/core/common/profile_management_switches.h" 110 #include "components/signin/core/common/profile_management_switches.h"
111 #include "components/translate/core/common/translate_switches.h" 111 #include "components/translate/core/common/translate_switches.h"
112 #include "components/url_formatter/url_fixer.h" 112 #include "components/url_formatter/url_fixer.h"
113 #include "components/variations/variations_associated_data.h" 113 #include "components/variations/variations_associated_data.h"
114 #include "components/version_info/version_info.h" 114 #include "components/version_info/version_info.h"
115 #include "content/public/browser/browser_child_process_host.h" 115 #include "content/public/browser/browser_child_process_host.h"
116 #include "content/public/browser/browser_main_parts.h" 116 #include "content/public/browser/browser_main_parts.h"
117 #include "content/public/browser/browser_ppapi_host.h" 117 #include "content/public/browser/browser_ppapi_host.h"
(...skipping 2551 matching lines...) Expand 10 before | Expand all | Expand 10 after
2669 if (channel <= kMaxDisableEncryptionChannel) { 2669 if (channel <= kMaxDisableEncryptionChannel) {
2670 static const char* const kWebRtcDevSwitchNames[] = { 2670 static const char* const kWebRtcDevSwitchNames[] = {
2671 switches::kDisableWebRtcEncryption, 2671 switches::kDisableWebRtcEncryption,
2672 }; 2672 };
2673 to_command_line->CopySwitchesFrom(from_command_line, 2673 to_command_line->CopySwitchesFrom(from_command_line,
2674 kWebRtcDevSwitchNames, 2674 kWebRtcDevSwitchNames,
2675 arraysize(kWebRtcDevSwitchNames)); 2675 arraysize(kWebRtcDevSwitchNames));
2676 } 2676 }
2677 } 2677 }
2678 #endif // defined(ENABLE_WEBRTC) 2678 #endif // defined(ENABLE_WEBRTC)
OLDNEW
« no previous file with comments | « chrome/browser/chrome_browser_main.cc ('k') | chrome/browser/download/download_service_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698