Index: apps/shell/browser/shell_desktop_controller.h |
diff --git a/apps/shell/browser/shell_desktop_controller.h b/apps/shell/browser/shell_desktop_controller.h |
index ebededfc5926a9d3cb2483bb29a286d4281cda71..d0a5542774055c26280e519804bbb143c3df1e5d 100644 |
--- a/apps/shell/browser/shell_desktop_controller.h |
+++ b/apps/shell/browser/shell_desktop_controller.h |
@@ -42,6 +42,7 @@ class UserActivityPowerManagerNotifier; |
namespace wm { |
class CompoundEventFilter; |
class CursorManager; |
+class FocusRules; |
class InputMethodEventFilter; |
class UserActivityDetector; |
} |
@@ -103,6 +104,9 @@ class ShellDesktopController : public aura::client::WindowTreeClient, |
// initialize different sets of the clients. |
virtual void InitWindowManager(); |
+ // Creates a focus rule that is to be used in the InitWindowManager. |
+ virtual wm::FocusRules* CreateFocusRules(); |
+ |
private: |
// Closes and destroys the root window hosting the app. |
void DestroyRootWindow(); |