| Index: chrome/browser/search_engines/template_url_service.cc
|
| diff --git a/chrome/browser/search_engines/template_url_service.cc b/chrome/browser/search_engines/template_url_service.cc
|
| index 598f07bb48f43a4a079b97c0163f2b12cfcb6e76..10e157d62eba6a14e5e4aa340c142b25c3360908 100644
|
| --- a/chrome/browser/search_engines/template_url_service.cc
|
| +++ b/chrome/browser/search_engines/template_url_service.cc
|
| @@ -309,7 +309,6 @@ TemplateURLService::~TemplateURLService() {
|
|
|
| // static
|
| string16 TemplateURLService::GenerateKeyword(const GURL& url) {
|
| - DCHECK(url.is_valid());
|
| // Strip "www." off the front of the keyword; otherwise the keyword won't work
|
| // properly. See http://code.google.com/p/chromium/issues/detail?id=6984 .
|
| // Special case: if the host was exactly "www." (not sure this can happen but
|
|
|