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

Unified Diff: content/renderer/render_thread_impl.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/renderer/render_frame_impl.cc ('k') | content/renderer/renderer_blink_platform_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_thread_impl.cc
diff --git a/content/renderer/render_thread_impl.cc b/content/renderer/render_thread_impl.cc
index 788f737ad7fa0f02c6d7cc6ff391c794205b4c32..91c52271381b69ad1eb0f82a3d79052a6b8a8ed1 100644
--- a/content/renderer/render_thread_impl.cc
+++ b/content/renderer/render_thread_impl.cc
@@ -369,8 +369,8 @@ void CreateFrameFactory(mojom::FrameFactoryRequest request) {
}
void SetupEmbeddedWorkerOnWorkerThread(
- shell::mojom::InterfaceProviderRequest request,
- shell::mojom::InterfaceProviderPtrInfo remote_interfaces) {
+ service_manager::mojom::InterfaceProviderRequest request,
+ service_manager::mojom::InterfaceProviderPtrInfo remote_interfaces) {
ServiceWorkerContextClient* client =
ServiceWorkerContextClient::ThreadSpecificInstance();
// It is possible for client to be null if for some reason the worker died
@@ -388,8 +388,8 @@ class EmbeddedWorkerSetupImpl : public mojom::EmbeddedWorkerSetup {
void ExchangeInterfaceProviders(
int32_t thread_id,
- shell::mojom::InterfaceProviderRequest request,
- shell::mojom::InterfaceProviderPtr remote_interfaces) override {
+ service_manager::mojom::InterfaceProviderRequest request,
+ service_manager::mojom::InterfaceProviderPtr remote_interfaces) override {
WorkerThreadRegistry::Instance()->GetTaskRunnerFor(thread_id)->PostTask(
FROM_HERE,
base::Bind(&SetupEmbeddedWorkerOnWorkerThread, base::Passed(&request),
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | content/renderer/renderer_blink_platform_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698