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

Side by Side Diff: content/public/browser/browser_child_process_host.h

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 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 #ifndef CONTENT_PUBLIC_BROWSER_BROWSER_CHILD_PROCESS_HOST_H_ 5 #ifndef CONTENT_PUBLIC_BROWSER_BROWSER_CHILD_PROCESS_HOST_H_
6 #define CONTENT_PUBLIC_BROWSER_BROWSER_CHILD_PROCESS_HOST_H_ 6 #define CONTENT_PUBLIC_BROWSER_BROWSER_CHILD_PROCESS_HOST_H_
7 7
8 #include "base/environment.h" 8 #include "base/environment.h"
9 #include "base/memory/shared_memory.h" 9 #include "base/memory/shared_memory.h"
10 #include "base/process/kill.h" 10 #include "base/process/kill.h"
11 #include "base/process/process_handle.h" 11 #include "base/process/process_handle.h"
12 #include "base/strings/string16.h" 12 #include "base/strings/string16.h"
13 #include "build/build_config.h" 13 #include "build/build_config.h"
14 #include "content/common/content_export.h" 14 #include "content/common/content_export.h"
15 #include "content/public/common/process_type.h" 15 #include "content/public/common/process_type.h"
16 #include "ipc/ipc_sender.h" 16 #include "ipc/ipc_sender.h"
17 17
18 #if defined(OS_MACOSX) 18 #if defined(OS_MACOSX)
19 #include "base/process/port_provider_mac.h" 19 #include "base/process/port_provider_mac.h"
20 #endif 20 #endif
21 21
22 namespace base { 22 namespace base {
23 class CommandLine; 23 class CommandLine;
24 class FilePath; 24 class FilePath;
25 class SharedPersistentMemoryAllocator; 25 class SharedPersistentMemoryAllocator;
26 } 26 }
27 27
28 namespace shell { 28 namespace service_manager {
29 class InterfaceProvider; 29 class InterfaceProvider;
30 } 30 }
31 31
32 namespace content { 32 namespace content {
33 33
34 class BrowserChildProcessHostDelegate; 34 class BrowserChildProcessHostDelegate;
35 class ChildProcessHost; 35 class ChildProcessHost;
36 class SandboxedProcessLauncherDelegate; 36 class SandboxedProcessLauncherDelegate;
37 struct ChildProcessData; 37 struct ChildProcessData;
38 38
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 102
103 #if defined(OS_MACOSX) 103 #if defined(OS_MACOSX)
104 // Returns a PortProvider used to get the task port for child processes. 104 // Returns a PortProvider used to get the task port for child processes.
105 static base::PortProvider* GetPortProvider(); 105 static base::PortProvider* GetPortProvider();
106 #endif 106 #endif
107 }; 107 };
108 108
109 }; // namespace content 109 }; // namespace content
110 110
111 #endif // CONTENT_PUBLIC_BROWSER_BROWSER_CHILD_PROCESS_HOST_H_ 111 #endif // CONTENT_PUBLIC_BROWSER_BROWSER_CHILD_PROCESS_HOST_H_
OLDNEW
« no previous file with comments | « content/public/browser/android/java_interfaces.h ('k') | content/public/browser/browser_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698