summaryrefslogtreecommitdiffstats
path: root/views/focus
diff options
context:
space:
mode:
Diffstat (limited to 'views/focus')
-rw-r--r--views/focus/focus_manager_gtk.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/views/focus/focus_manager_gtk.cc b/views/focus/focus_manager_gtk.cc
index 5372bf4..93b9cb7 100644
--- a/views/focus/focus_manager_gtk.cc
+++ b/views/focus/focus_manager_gtk.cc
@@ -32,6 +32,7 @@ FocusManager* FocusManager::GetFocusManagerForNativeView(
// TODO(jcampan): http://crbug.com/21378 Reenable this NOTREACHED() when the
// options page is only based on views.
// NOTREACHED();
+ NOTIMPLEMENTED();
return NULL;
}
FocusManager* focus_manager = widget->GetFocusManager();