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

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

Issue 838253004: MacViews: Fix duplicate definition of ExtensionKeyBindingRegistry::SetShortcutHandlingSuspended (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@DragBookmarks2
Patch Set: Created 5 years, 11 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 7b16e2bcf30b6c5f3bcefc1ce32e84f27fdb2238..d27a0168ceb9c791d64dee74b783ef9014c3a143 100644
--- a/ui/views/focus/focus_manager_factory.cc
+++ b/ui/views/focus/focus_manager_factory.cc
@@ -19,7 +19,7 @@ class DefaultFocusManagerFactory : public FocusManagerFactory {
protected:
FocusManager* CreateFocusManager(Widget* widget,
bool desktop_widget) override {
- return new FocusManager(widget, NULL /* delegate */);
+ return new FocusManager(widget);
}
private:

Powered by Google App Engine
This is Rietveld 408576698