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

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

Issue 2419723002: Move services/shell to services/service_manager (Closed)
Patch Set: rebase Created 4 years, 2 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/chromeos/BUILD.gn » ('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 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 #include "device/bluetooth/public/interfaces/adapter.mojom.h" 176 #include "device/bluetooth/public/interfaces/adapter.mojom.h"
177 #include "device/usb/public/interfaces/chooser_service.mojom.h" 177 #include "device/usb/public/interfaces/chooser_service.mojom.h"
178 #include "device/usb/public/interfaces/device_manager.mojom.h" 178 #include "device/usb/public/interfaces/device_manager.mojom.h"
179 #include "gin/v8_initializer.h" 179 #include "gin/v8_initializer.h"
180 #include "net/base/mime_util.h" 180 #include "net/base/mime_util.h"
181 #include "net/base/registry_controlled_domains/registry_controlled_domain.h" 181 #include "net/base/registry_controlled_domains/registry_controlled_domain.h"
182 #include "net/cookies/canonical_cookie.h" 182 #include "net/cookies/canonical_cookie.h"
183 #include "net/cookies/cookie_options.h" 183 #include "net/cookies/cookie_options.h"
184 #include "net/ssl/ssl_cert_request_info.h" 184 #include "net/ssl/ssl_cert_request_info.h"
185 #include "ppapi/host/ppapi_host.h" 185 #include "ppapi/host/ppapi_host.h"
186 #include "services/shell/public/cpp/interface_provider.h" 186 #include "services/service_manager/public/cpp/interface_provider.h"
187 #include "services/shell/public/cpp/service.h" 187 #include "services/service_manager/public/cpp/service.h"
188 #include "storage/browser/fileapi/external_mount_points.h" 188 #include "storage/browser/fileapi/external_mount_points.h"
189 #include "third_party/WebKit/public/platform/modules/payments/payment_request.mo jom.h" 189 #include "third_party/WebKit/public/platform/modules/payments/payment_request.mo jom.h"
190 #include "third_party/WebKit/public/platform/modules/webshare/webshare.mojom.h" 190 #include "third_party/WebKit/public/platform/modules/webshare/webshare.mojom.h"
191 #include "ui/base/l10n/l10n_util.h" 191 #include "ui/base/l10n/l10n_util.h"
192 #include "ui/base/resource/resource_bundle.h" 192 #include "ui/base/resource/resource_bundle.h"
193 #include "ui/resources/grit/ui_resources.h" 193 #include "ui/resources/grit/ui_resources.h"
194 #include "url/gurl.h" 194 #include "url/gurl.h"
195 #include "url/origin.h" 195 #include "url/origin.h"
196 196
197 #if defined(OS_WIN) 197 #if defined(OS_WIN)
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 255
256 #if defined(TOOLKIT_VIEWS) 256 #if defined(TOOLKIT_VIEWS)
257 #include "chrome/browser/ui/views/chrome_browser_main_extra_parts_views.h" 257 #include "chrome/browser/ui/views/chrome_browser_main_extra_parts_views.h"
258 #endif 258 #endif
259 259
260 #if defined(OS_LINUX) && !defined(OS_CHROMEOS) 260 #if defined(OS_LINUX) && !defined(OS_CHROMEOS)
261 #include "chrome/browser/ui/views/chrome_browser_main_extra_parts_views_linux.h" 261 #include "chrome/browser/ui/views/chrome_browser_main_extra_parts_views_linux.h"
262 #endif 262 #endif
263 263
264 #if defined(USE_AURA) 264 #if defined(USE_AURA)
265 #include "services/shell/runner/common/client_util.h" 265 #include "services/service_manager/runner/common/client_util.h"
266 #include "services/ui/public/cpp/gpu_service.h" 266 #include "services/ui/public/cpp/gpu_service.h"
267 #include "ui/views/mus/window_manager_connection.h" 267 #include "ui/views/mus/window_manager_connection.h"
268 #endif 268 #endif
269 269
270 #if defined(USE_ASH) 270 #if defined(USE_ASH)
271 #include "chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h" 271 #include "chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h"
272 #endif 272 #endif
273 273
274 #if defined(USE_X11) 274 #if defined(USE_X11)
275 #include "chrome/browser/chrome_browser_main_extra_parts_x11.h" 275 #include "chrome/browser/chrome_browser_main_extra_parts_x11.h"
(...skipping 2973 matching lines...) Expand 10 before | Expand all | Expand 10 after
3249 kWebRtcDevSwitchNames, 3249 kWebRtcDevSwitchNames,
3250 arraysize(kWebRtcDevSwitchNames)); 3250 arraysize(kWebRtcDevSwitchNames));
3251 } 3251 }
3252 } 3252 }
3253 #endif // defined(ENABLE_WEBRTC) 3253 #endif // defined(ENABLE_WEBRTC)
3254 3254
3255 std::unique_ptr<content::MemoryCoordinatorDelegate> 3255 std::unique_ptr<content::MemoryCoordinatorDelegate>
3256 ChromeContentBrowserClient::GetMemoryCoordinatorDelegate() { 3256 ChromeContentBrowserClient::GetMemoryCoordinatorDelegate() {
3257 return memory::ChromeMemoryCoordinatorDelegate::Create(); 3257 return memory::ChromeMemoryCoordinatorDelegate::Create();
3258 } 3258 }
OLDNEW
« no previous file with comments | « chrome/browser/chrome_browser_main.cc ('k') | chrome/browser/chromeos/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698