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

Unified Diff: ash/shell_delegate.h

Issue 11360045: ash: Add RootWindowHostFactory class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years 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: ash/shell_delegate.h
diff --git a/ash/shell_delegate.h b/ash/shell_delegate.h
index a7eb83872619d35e0552ef59b52707c29420f0bc..c056d86db7886a64ab8e5eada86f284ef348b5a8 100644
--- a/ash/shell_delegate.h
+++ b/ash/shell_delegate.h
@@ -20,6 +20,7 @@ class AppListViewDelegate;
namespace aura {
class RootWindow;
+class RootWindowDelegate;
class Window;
namespace client {
class StackingClient;
@@ -212,6 +213,10 @@ class ASH_EXPORT ShellDelegate {
// True if the user's preferences have the Search key acting as a Function key
// modifier for accessing extended keyboard shortcuts.
virtual bool IsSearchKeyActingAsFunctionKey() const = 0;
+
+ // Creates a root window delegate. Shell takes ownership of the returned
+ // value.
+ virtual aura::RootWindowDelegate* CreateRootWindowDelegate() = 0;
};
} // namespace ash

Powered by Google App Engine
This is Rietveld 408576698