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

Unified Diff: content/browser/compositor/gpu_process_transport_factory.cc

Issue 2420253002: Rename shell namespace to service_manager (Closed)
Patch Set: . 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/browser_main_loop.cc ('k') | content/browser/dom_storage/dom_storage_context_wrapper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/compositor/gpu_process_transport_factory.cc
diff --git a/content/browser/compositor/gpu_process_transport_factory.cc b/content/browser/compositor/gpu_process_transport_factory.cc
index cf7dacb1e1dc86d810c72b8cb4459eda0e92f0b7..fdb0fc4d431a36e6ee4a7d12cab364173f71c83a 100644
--- a/content/browser/compositor/gpu_process_transport_factory.cc
+++ b/content/browser/compositor/gpu_process_transport_factory.cc
@@ -100,7 +100,7 @@ namespace {
const int kNumRetriesBeforeSoftwareFallback = 4;
bool IsUsingMus() {
- return shell::ShellIsRemote();
+ return service_manager::ServiceManagerIsRemote();
}
scoped_refptr<content::ContextProviderCommandBuffer> CreateContextCommon(
@@ -197,7 +197,7 @@ std::unique_ptr<cc::SoftwareOutputDevice>
GpuProcessTransportFactory::CreateSoftwareOutputDevice(
ui::Compositor* compositor) {
#if defined(USE_AURA)
- if (shell::ShellIsRemote()) {
+ if (service_manager::ServiceManagerIsRemote()) {
NOTREACHED();
return nullptr;
}
« no previous file with comments | « content/browser/browser_main_loop.cc ('k') | content/browser/dom_storage/dom_storage_context_wrapper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698