| OLD | NEW |
| 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 <set> | 7 #include <set> |
| 8 #include <utility> | 8 #include <utility> |
| 9 #include <vector> | 9 #include <vector> |
| 10 | 10 |
| (...skipping 11 matching lines...) Expand all Loading... |
| 22 #include "chrome/browser/browser_shutdown.h" | 22 #include "chrome/browser/browser_shutdown.h" |
| 23 #include "chrome/browser/browsing_data/browsing_data_helper.h" | 23 #include "chrome/browser/browsing_data/browsing_data_helper.h" |
| 24 #include "chrome/browser/browsing_data/browsing_data_remover.h" | 24 #include "chrome/browser/browsing_data/browsing_data_remover.h" |
| 25 #include "chrome/browser/character_encoding.h" | 25 #include "chrome/browser/character_encoding.h" |
| 26 #include "chrome/browser/chrome_content_browser_client_parts.h" | 26 #include "chrome/browser/chrome_content_browser_client_parts.h" |
| 27 #include "chrome/browser/chrome_net_benchmarking_message_filter.h" | 27 #include "chrome/browser/chrome_net_benchmarking_message_filter.h" |
| 28 #include "chrome/browser/chrome_quota_permission_context.h" | 28 #include "chrome/browser/chrome_quota_permission_context.h" |
| 29 #include "chrome/browser/content_settings/content_settings_utils.h" | 29 #include "chrome/browser/content_settings/content_settings_utils.h" |
| 30 #include "chrome/browser/content_settings/cookie_settings.h" | 30 #include "chrome/browser/content_settings/cookie_settings.h" |
| 31 #include "chrome/browser/content_settings/host_content_settings_map.h" | 31 #include "chrome/browser/content_settings/host_content_settings_map.h" |
| 32 #include "chrome/browser/content_settings/permission_request_id.h" | |
| 33 #include "chrome/browser/content_settings/tab_specific_content_settings.h" | 32 #include "chrome/browser/content_settings/tab_specific_content_settings.h" |
| 34 #include "chrome/browser/defaults.h" | 33 #include "chrome/browser/defaults.h" |
| 35 #include "chrome/browser/download/download_prefs.h" | 34 #include "chrome/browser/download/download_prefs.h" |
| 36 #include "chrome/browser/font_family_cache.h" | 35 #include "chrome/browser/font_family_cache.h" |
| 37 #include "chrome/browser/geolocation/chrome_access_token_store.h" | 36 #include "chrome/browser/geolocation/chrome_access_token_store.h" |
| 38 #include "chrome/browser/geolocation/geolocation_permission_context.h" | 37 #include "chrome/browser/geolocation/geolocation_permission_context.h" |
| 39 #include "chrome/browser/geolocation/geolocation_permission_context_factory.h" | 38 #include "chrome/browser/geolocation/geolocation_permission_context_factory.h" |
| 40 #include "chrome/browser/media/cast_transport_host_filter.h" | 39 #include "chrome/browser/media/cast_transport_host_filter.h" |
| 41 #include "chrome/browser/media/media_capture_devices_dispatcher.h" | 40 #include "chrome/browser/media/media_capture_devices_dispatcher.h" |
| 42 #include "chrome/browser/media/midi_permission_context.h" | 41 #include "chrome/browser/media/midi_permission_context.h" |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 86 #include "chrome/common/pref_names.h" | 85 #include "chrome/common/pref_names.h" |
| 87 #include "chrome/common/render_messages.h" | 86 #include "chrome/common/render_messages.h" |
| 88 #include "chrome/common/url_constants.h" | 87 #include "chrome/common/url_constants.h" |
| 89 #include "chrome/grit/generated_resources.h" | 88 #include "chrome/grit/generated_resources.h" |
| 90 #include "chrome/installer/util/google_update_settings.h" | 89 #include "chrome/installer/util/google_update_settings.h" |
| 91 #include "chromeos/chromeos_constants.h" | 90 #include "chromeos/chromeos_constants.h" |
| 92 #include "components/cdm/browser/cdm_message_filter_android.h" | 91 #include "components/cdm/browser/cdm_message_filter_android.h" |
| 93 #include "components/cloud_devices/common/cloud_devices_switches.h" | 92 #include "components/cloud_devices/common/cloud_devices_switches.h" |
| 94 #include "components/content_settings/core/browser/content_settings_provider.h" | 93 #include "components/content_settings/core/browser/content_settings_provider.h" |
| 95 #include "components/content_settings/core/common/content_settings.h" | 94 #include "components/content_settings/core/common/content_settings.h" |
| 95 #include "components/content_settings/core/common/permission_request_id.h" |
| 96 #include "components/dom_distiller/core/url_constants.h" | 96 #include "components/dom_distiller/core/url_constants.h" |
| 97 #include "components/google/core/browser/google_util.h" | 97 #include "components/google/core/browser/google_util.h" |
| 98 #include "components/metrics/client_info.h" | 98 #include "components/metrics/client_info.h" |
| 99 #include "components/pref_registry/pref_registry_syncable.h" | 99 #include "components/pref_registry/pref_registry_syncable.h" |
| 100 #include "components/signin/core/common/profile_management_switches.h" | 100 #include "components/signin/core/common/profile_management_switches.h" |
| 101 #include "components/translate/core/common/translate_switches.h" | 101 #include "components/translate/core/common/translate_switches.h" |
| 102 #include "content/public/browser/browser_child_process_host.h" | 102 #include "content/public/browser/browser_child_process_host.h" |
| 103 #include "content/public/browser/browser_main_parts.h" | 103 #include "content/public/browser/browser_main_parts.h" |
| 104 #include "content/public/browser/browser_ppapi_host.h" | 104 #include "content/public/browser/browser_ppapi_host.h" |
| 105 #include "content/public/browser/browser_thread.h" | 105 #include "content/public/browser/browser_thread.h" |
| (...skipping 2496 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2602 switches::kDisableWebRtcEncryption, | 2602 switches::kDisableWebRtcEncryption, |
| 2603 }; | 2603 }; |
| 2604 to_command_line->CopySwitchesFrom(from_command_line, | 2604 to_command_line->CopySwitchesFrom(from_command_line, |
| 2605 kWebRtcDevSwitchNames, | 2605 kWebRtcDevSwitchNames, |
| 2606 arraysize(kWebRtcDevSwitchNames)); | 2606 arraysize(kWebRtcDevSwitchNames)); |
| 2607 } | 2607 } |
| 2608 } | 2608 } |
| 2609 #endif // defined(ENABLE_WEBRTC) | 2609 #endif // defined(ENABLE_WEBRTC) |
| 2610 | 2610 |
| 2611 } // namespace chrome | 2611 } // namespace chrome |
| OLD | NEW |