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 |