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

Unified Diff: ui/views/focus/focus_manager_factory.cc

Issue 10134036: Let Chrome app handle Ash accelerators first if the app is launched as a window (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: style fix Created 8 years, 7 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
Index: ui/views/focus/focus_manager_factory.cc
diff --git a/ui/views/focus/focus_manager_factory.cc b/ui/views/focus/focus_manager_factory.cc
index e3ec8054c863fdf0cbf1cb3659f8d076eb735fab..4be343c6ea23980c7fd0147cadd050ebba2685d1 100644
--- a/ui/views/focus/focus_manager_factory.cc
+++ b/ui/views/focus/focus_manager_factory.cc
@@ -18,7 +18,7 @@ class DefaultFocusManagerFactory : public views::FocusManagerFactory {
protected:
virtual FocusManager* CreateFocusManager(views::Widget* widget) OVERRIDE {
- return new FocusManager(widget);
+ return new FocusManager(widget, NULL /* delegate */);
}
private:

Powered by Google App Engine
This is Rietveld 408576698