Chromium Code Reviews| Index: chrome/browser/ui/webui/options2/search_engine_manager_handler2.cc |
| diff --git a/chrome/browser/ui/webui/options2/search_engine_manager_handler2.cc b/chrome/browser/ui/webui/options2/search_engine_manager_handler2.cc |
| index 1f74fc3a90b36186ad08e65587f913b2bd9efeff..6f058fd0f20f350912aff8cc9b4df7c46ca59d15 100644 |
| --- a/chrome/browser/ui/webui/options2/search_engine_manager_handler2.cc |
| +++ b/chrome/browser/ui/webui/options2/search_engine_manager_handler2.cc |
| @@ -247,10 +247,6 @@ void SearchEngineManagerHandler::EditSearchEngine(const ListValue* args) { |
| return; |
| } |
| - // CHECK()s to track down the cause of crbug.com/121741. |
| - CHECK(list_controller_.get()); |
| - CHECK(list_controller_->table_model()); |
|
Dan Beam
2012/04/05 17:58:35
yay!
|
| - |
| // Allow -1, which means we are adding a new engine. |
| if (index < -1 || index >= list_controller_->table_model()->RowCount()) |
| return; |