| Index: components/omnibox/browser/zero_suggest_provider.cc
|
| diff --git a/components/omnibox/browser/zero_suggest_provider.cc b/components/omnibox/browser/zero_suggest_provider.cc
|
| index 8ca495ac321f51b61ea9ecf116e67e7d32ba89da..8a7dcf7afcf5239cf824172ec1e49e685a8f91d0 100644
|
| --- a/components/omnibox/browser/zero_suggest_provider.cc
|
| +++ b/components/omnibox/browser/zero_suggest_provider.cc
|
| @@ -104,7 +104,7 @@ void ZeroSuggestProvider::Start(const AutocompleteInput& input,
|
| bool minimal_changes) {
|
| TRACE_EVENT0("omnibox", "ZeroSuggestProvider::Start");
|
| matches_.clear();
|
| - if (!input.from_omnibox_focus() ||
|
| + if (!input.from_omnibox_focus() || client()->IsOffTheRecord() ||
|
| input.type() == metrics::OmniboxInputType::INVALID)
|
| return;
|
|
|
|
|