| Index: chrome/browser/ui/omnibox/omnibox_edit_model.cc
|
| diff --git a/chrome/browser/ui/omnibox/omnibox_edit_model.cc b/chrome/browser/ui/omnibox/omnibox_edit_model.cc
|
| index b33b3058ee0576ed8866520f04bcdba68bafac17..616b42a0a560cd3b36228e9a584c0ee476962ecc 100644
|
| --- a/chrome/browser/ui/omnibox/omnibox_edit_model.cc
|
| +++ b/chrome/browser/ui/omnibox/omnibox_edit_model.cc
|
| @@ -1274,6 +1274,10 @@ metrics::OmniboxEventProto::PageClassification
|
| return metrics::
|
| OmniboxEventProto::SEARCH_RESULT_PAGE_DOING_SEARCH_TERM_REPLACEMENT;
|
| }
|
| + if (delegate_->IsSearchResultsPage()) {
|
| + return metrics::
|
| + OmniboxEventProto::SEARCH_RESULT_PAGE_NOT_DOING_SEARCH_TERM_REPLACEMENT;
|
| + }
|
| return metrics::OmniboxEventProto::OTHER;
|
| }
|
|
|
|
|