Index: chrome/browser/browser_process_impl.h |
diff --git a/chrome/browser/browser_process_impl.h b/chrome/browser/browser_process_impl.h |
index 3b28dc4a4287ab230aaca76feb3979f2bf22bd68..9f6db1bb8e67a8a12f21ebbb1b5aa968a8d11846 100644 |
--- a/chrome/browser/browser_process_impl.h |
+++ b/chrome/browser/browser_process_impl.h |
@@ -45,6 +45,10 @@ class PolicyService; |
class MetroViewerProcessHost; |
#endif |
+#if defined(OS_MACOSX) |
+class AppShimHostController; |
+#endif |
+ |
// Real implementation of BrowserProcess that creates and returns the services. |
class BrowserProcessImpl : public BrowserProcess, |
public base::NonThreadSafe { |
@@ -305,6 +309,10 @@ class BrowserProcessImpl : public BrowserProcess, |
scoped_ptr<MetroViewerProcessHost> metro_viewer_process_host_; |
#endif |
+#if defined(OS_MACOSX) |
+ scoped_ptr<AppShimHostController> app_shim_host_controller_; |
+#endif |
+ |
// TODO(eroman): Remove this when done debugging 113031. This tracks |
// the callstack which released the final module reference count. |
base::debug::StackTrace release_last_reference_callstack_; |