| Index: athena/extensions/shell/url_search_provider.cc
|
| diff --git a/athena/extensions/shell/url_search_provider.cc b/athena/extensions/shell/url_search_provider.cc
|
| index 9019c17e5a62f129b6b74b4d0a09774dee0e5d78..1016baf5cee08f2909c91e2049e8a23f00cac204 100644
|
| --- a/athena/extensions/shell/url_search_provider.cc
|
| +++ b/athena/extensions/shell/url_search_provider.cc
|
| @@ -253,7 +253,7 @@ void UrlSearchProvider::Start(bool /*is_voice_query*/,
|
| new UrlSearchResult(browser_context_, what_you_typed_match)));
|
| }
|
|
|
| - provider_->Start(input_, minimal_changes);
|
| + provider_->Start(input_, minimal_changes, false);
|
| }
|
|
|
| void UrlSearchProvider::Stop() {
|
|
|