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

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

Issue 2537513006: content: Cleanup class/struct forward declarations (Closed)
Patch Set: Created 4 years 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_RENDER_PROCESS_HOST_H_ 5 #ifndef CONTENT_PUBLIC_BROWSER_RENDER_PROCESS_HOST_H_
6 #define CONTENT_PUBLIC_BROWSER_RENDER_PROCESS_HOST_H_ 6 #define CONTENT_PUBLIC_BROWSER_RENDER_PROCESS_HOST_H_
7 7
8 #include <stddef.h> 8 #include <stddef.h>
9 #include <stdint.h> 9 #include <stdint.h>
10 10
(...skipping 15 matching lines...) Expand all
26 namespace base { 26 namespace base {
27 class SharedPersistentMemoryAllocator; 27 class SharedPersistentMemoryAllocator;
28 class TimeDelta; 28 class TimeDelta;
29 } 29 }
30 30
31 namespace media { 31 namespace media {
32 class AudioOutputController; 32 class AudioOutputController;
33 } 33 }
34 34
35 namespace service_manager { 35 namespace service_manager {
36 class Connection;
37 class InterfaceProvider; 36 class InterfaceProvider;
38 } 37 }
39 38
40 namespace content { 39 namespace content {
41 class BrowserContext; 40 class BrowserContext;
42 class BrowserMessageFilter; 41 class BrowserMessageFilter;
43 class RenderProcessHostObserver; 42 class RenderProcessHostObserver;
44 class StoragePartition; 43 class StoragePartition;
45 struct GlobalRequestID; 44 struct GlobalRequestID;
46 45
(...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after
388 static void SetMaxRendererProcessCount(size_t count); 387 static void SetMaxRendererProcessCount(size_t count);
389 388
390 // Returns the current maximum number of renderer process hosts kept by the 389 // Returns the current maximum number of renderer process hosts kept by the
391 // content module. 390 // content module.
392 static size_t GetMaxRendererProcessCount(); 391 static size_t GetMaxRendererProcessCount();
393 }; 392 };
394 393
395 } // namespace content. 394 } // namespace content.
396 395
397 #endif // CONTENT_PUBLIC_BROWSER_RENDER_PROCESS_HOST_H_ 396 #endif // CONTENT_PUBLIC_BROWSER_RENDER_PROCESS_HOST_H_
OLDNEW
« no previous file with comments | « content/common/service_manager/child_connection.h ('k') | content/public/browser/web_ui_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698