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

Unified Diff: apps/shell/browser/shell_desktop_controller.h

Issue 404563002: Athena's FocusRules (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | « no previous file | apps/shell/browser/shell_desktop_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « no previous file | apps/shell/browser/shell_desktop_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698