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

Unified Diff: apps/shell/browser/shell_browser_main_parts.h

Issue 145723011: Add a specialized apps::NativeAppWindow for app_shell (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: android, chromeos (app_window) Created 6 years, 10 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 | « apps/shell/browser/shell_apps_client.cc ('k') | apps/shell/browser/shell_browser_main_parts.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 478514f95c7440a0afae6353a3088c74e9cf7fcb..9e7f4881ffd17bbec1c66dd1c8a8554c45043f1e 100644
--- a/apps/shell/browser/shell_browser_main_parts.h
+++ b/apps/shell/browser/shell_browser_main_parts.h
@@ -39,6 +39,7 @@ class WMTestHelper;
namespace apps {
+class ShellAppsClient;
class ShellBrowserContext;
class ShellExtensionsClient;
@@ -89,6 +90,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.
« no previous file with comments | « apps/shell/browser/shell_apps_client.cc ('k') | apps/shell/browser/shell_browser_main_parts.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698