| Index: apps/shell/browser/shell_browser_main_parts.h
|
| diff --git a/apps/shell/browser/shell_browser_main_parts.h b/apps/shell/browser/shell_browser_main_parts.h
|
| index f9fae2e30e3007078a58246182bc2552282b561e..d8746d8e3693f27ca9828d4f3e25fc48b6598db7 100644
|
| --- a/apps/shell/browser/shell_browser_main_parts.h
|
| +++ b/apps/shell/browser/shell_browser_main_parts.h
|
| @@ -40,6 +40,7 @@ class WMTestHelper;
|
|
|
| namespace apps {
|
|
|
| +class ShellAppsClient;
|
| class ShellBrowserContext;
|
| class ShellExtensionsClient;
|
|
|
| @@ -90,6 +91,7 @@ class ShellBrowserMainParts : public content::BrowserMainParts,
|
| scoped_ptr<ShellExtensionsClient> extensions_client_;
|
| scoped_ptr<extensions::ShellExtensionsBrowserClient>
|
| extensions_browser_client_;
|
| + scoped_ptr<ShellAppsClient> apps_client_;
|
| scoped_ptr<net::NetLog> net_log_;
|
|
|
| // Enable a minimal set of views::corewm to be initialized.
|
|
|