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

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

Issue 171523005: BACKUP: NativeAppWindowView - before splitting CL (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 3a97ba7233b74fe7d308b6942751781647c05097..0f02bf842e8da97699f28d9f995264d9a8ef5928 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.
« 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