| Index: chrome/browser/search_engines/template_url_prepopulate_data.cc
|
| ===================================================================
|
| --- chrome/browser/search_engines/template_url_prepopulate_data.cc (revision 134639)
|
| +++ chrome/browser/search_engines/template_url_prepopulate_data.cc (working copy)
|
| @@ -3284,8 +3284,7 @@
|
| // First special-case Google, because the prepopulate URL for it will not
|
| // convert to a GURL and thus won't have an origin. Instead see if the
|
| // incoming URL's host is "[*.]google.<TLD>".
|
| - if (google_util::IsGoogleHostname(as_gurl.host(),
|
| - google_util::DISALLOW_SUBDOMAIN))
|
| + if (google_util::IsGoogleHostname(as_gurl.host()))
|
| return &google;
|
|
|
| // Now check the rest of the prepopulate data.
|
|
|