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

Unified Diff: ash/shell_delegate.h

Issue 11360045: ash: Add RootWindowHostFactory class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove unnecessary braces and add missing windows_version.h include. 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
« no previous file with comments | « ash/shell/shell_delegate_impl.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 26b54a146d49680eb0d58637bb3540c102966fee..24aa1c88cac15d8dc550451dd66b0bbda1f094e2 100644
--- a/ash/shell_delegate.h
+++ b/ash/shell_delegate.h
@@ -41,6 +41,7 @@ class CapsLockDelegate;
class LauncherDelegate;
class LauncherModel;
struct LauncherItem;
+class RootWindowHostFactory;
class SystemTrayDelegate;
class UserWallpaperDelegate;
@@ -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 host factory. Shell takes ownership of the returned
+ // value.
+ virtual RootWindowHostFactory* CreateRootWindowHostFactory() = 0;
};
} // namespace ash
« no previous file with comments | « ash/shell/shell_delegate_impl.cc ('k') | ash/test/test_shell_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698