| Index: chrome/browser/ui/search_engines/edit_search_engine_controller.cc
|
| ===================================================================
|
| --- chrome/browser/ui/search_engines/edit_search_engine_controller.cc (revision 131375)
|
| +++ chrome/browser/ui/search_engines/edit_search_engine_controller.cc (working copy)
|
| @@ -76,6 +76,7 @@
|
| const string16& title_input,
|
| const string16& keyword_input,
|
| const std::string& url_input) {
|
| + DCHECK(!keyword_input.empty());
|
| std::string url_string = GetFixedUpURL(url_input);
|
| DCHECK(!url_string.empty());
|
|
|
|
|