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

Unified Diff: ash/shell_delegate.h

Issue 10803037: [WIP] ash/extensions: Add experimental extension support for window-management in ash. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tot-merge-152100 Created 8 years, 4 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 | « ash/shell.cc ('k') | ash/test/test_shell_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell_delegate.h
diff --git a/ash/shell_delegate.h b/ash/shell_delegate.h
index 8029e1b9686ac0581fd26bf3e987d3b88a893a50..56e8c078b47868cbdc1ba581daf74851b7e1d383 100644
--- a/ash/shell_delegate.h
+++ b/ash/shell_delegate.h
@@ -35,6 +35,7 @@ struct LauncherItem;
class SystemTray;
class SystemTrayDelegate;
class UserWallpaperDelegate;
+class WindowManagerExtensionDelegate;
enum UserMetricsAction {
UMA_ACCEL_NEWTAB_T,
@@ -132,6 +133,9 @@ class ASH_EXPORT ShellDelegate {
// Creates a user action client. Shell takes ownership of the object.
virtual aura::client::UserActionClient* CreateUserActionClient() = 0;
+ virtual ash::WindowManagerExtensionDelegate*
+ CreateWindowManagerDelegate() = 0;
+
// Opens the feedback page for "Report Issue".
virtual void OpenFeedbackPage() = 0;
« no previous file with comments | « ash/shell.cc ('k') | ash/test/test_shell_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698