| Index: views/controls/native_control_gtk.cc
|
| ===================================================================
|
| --- views/controls/native_control_gtk.cc (revision 26107)
|
| +++ views/controls/native_control_gtk.cc (working copy)
|
| @@ -76,7 +76,9 @@
|
| FocusManager* focus_manager =
|
| FocusManager::GetFocusManagerForNativeView(widget);
|
| if (!focus_manager) {
|
| - NOTREACHED();
|
| + // TODO(jcampan): http://crbug.com/21378 Reenable this NOTREACHED() when the
|
| + // options page is only based on views.
|
| + // NOTREACHED();
|
| return;
|
| }
|
| focus_manager->SetFocusedView(control->focus_view());
|
|
|