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

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

Issue 1171333003: Move net::FormatUrl and friends outside of //net and into //components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase again now that CQ is fixed Created 5 years, 4 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
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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 #include "components/content_settings/core/browser/host_content_settings_map.h" 101 #include "components/content_settings/core/browser/host_content_settings_map.h"
102 #include "components/content_settings/core/common/content_settings.h" 102 #include "components/content_settings/core/common/content_settings.h"
103 #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"
104 #include "components/dom_distiller/core/url_constants.h" 104 #include "components/dom_distiller/core/url_constants.h"
105 #include "components/google/core/browser/google_util.h" 105 #include "components/google/core/browser/google_util.h"
106 #include "components/metrics/client_info.h" 106 #include "components/metrics/client_info.h"
107 #include "components/pref_registry/pref_registry_syncable.h" 107 #include "components/pref_registry/pref_registry_syncable.h"
108 #include "components/rappor/rappor_utils.h" 108 #include "components/rappor/rappor_utils.h"
109 #include "components/signin/core/common/profile_management_switches.h" 109 #include "components/signin/core/common/profile_management_switches.h"
110 #include "components/translate/core/common/translate_switches.h" 110 #include "components/translate/core/common/translate_switches.h"
111 #include "components/url_fixer/url_fixer.h" 111 #include "components/url_formatter/url_fixer.h"
112 #include "components/variations/variations_associated_data.h" 112 #include "components/variations/variations_associated_data.h"
113 #include "components/version_info/version_info.h" 113 #include "components/version_info/version_info.h"
114 #include "content/public/browser/browser_child_process_host.h" 114 #include "content/public/browser/browser_child_process_host.h"
115 #include "content/public/browser/browser_main_parts.h" 115 #include "content/public/browser/browser_main_parts.h"
116 #include "content/public/browser/browser_ppapi_host.h" 116 #include "content/public/browser/browser_ppapi_host.h"
117 #include "content/public/browser/browser_thread.h" 117 #include "content/public/browser/browser_thread.h"
118 #include "content/public/browser/browser_url_handler.h" 118 #include "content/public/browser/browser_url_handler.h"
119 #include "content/public/browser/child_process_data.h" 119 #include "content/public/browser/child_process_data.h"
120 #include "content/public/browser/child_process_security_policy.h" 120 #include "content/public/browser/child_process_security_policy.h"
121 #include "content/public/browser/client_certificate_delegate.h" 121 #include "content/public/browser/client_certificate_delegate.h"
(...skipping 2442 matching lines...) Expand 10 before | Expand all | Expand 10 after
2564 switches::kDisableWebRtcEncryption, 2564 switches::kDisableWebRtcEncryption,
2565 }; 2565 };
2566 to_command_line->CopySwitchesFrom(from_command_line, 2566 to_command_line->CopySwitchesFrom(from_command_line,
2567 kWebRtcDevSwitchNames, 2567 kWebRtcDevSwitchNames,
2568 arraysize(kWebRtcDevSwitchNames)); 2568 arraysize(kWebRtcDevSwitchNames));
2569 } 2569 }
2570 } 2570 }
2571 #endif // defined(ENABLE_WEBRTC) 2571 #endif // defined(ENABLE_WEBRTC)
2572 2572
2573 } // namespace chrome 2573 } // namespace chrome
OLDNEW
« no previous file with comments | « chrome/browser/browser_about_handler.cc ('k') | chrome/browser/chrome_quota_permission_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698