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

Unified Diff: extensions/shell/browser/shell_desktop_controller.h

Issue 563083003: V2 app support step3: Athena's NativeAppWindow (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
Index: extensions/shell/browser/shell_desktop_controller.h
diff --git a/extensions/shell/browser/shell_desktop_controller.h b/extensions/shell/browser/shell_desktop_controller.h
index 6e0d1c502cde63a603012849ee63841a3a862ced..cfaa7648e3045b560b15688c8d1cfe92ed1f6bec 100644
--- a/extensions/shell/browser/shell_desktop_controller.h
+++ b/extensions/shell/browser/shell_desktop_controller.h
@@ -49,7 +49,7 @@ class UserActivityDetector;
}
namespace extensions {
-
+class AppsClient;
class Extension;
// Handles desktop-related tasks for app_shell.
@@ -129,6 +129,8 @@ class ShellDesktopController : public DesktopController,
scoped_ptr<ui::UserActivityPowerManagerNotifier> user_activity_notifier_;
#endif
+ scoped_ptr<AppsClient> apps_client_;
+
// The desktop supports a single app window.
AppWindow* app_window_; // NativeAppWindow::Close() deletes this.
« no previous file with comments | « extensions/shell/browser/shell_browser_main_parts.cc ('k') | extensions/shell/browser/shell_desktop_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698