| Index: chrome/common/metrics/proto/omnibox_event.proto
|
| diff --git a/chrome/common/metrics/proto/omnibox_event.proto b/chrome/common/metrics/proto/omnibox_event.proto
|
| index c31bdf8c3c2ac59c8a767a96a092ea095c891493..bb288f279bcb563a2c93efe1a6fe38a7f2c2dd50 100644
|
| --- a/chrome/common/metrics/proto/omnibox_event.proto
|
| +++ b/chrome/common/metrics/proto/omnibox_event.proto
|
| @@ -74,6 +74,9 @@ message OmniboxEventProto {
|
| // replacement, meaning the search terms should've appeared in the omnibox
|
| // before the user started editing it, not the URL of the page.
|
| SEARCH_RESULT_PAGE_DOING_SEARCH_TERM_REPLACEMENT = 6;
|
| + // The user in a search result page that's not doing search term
|
| + // replacement, meaning the URL of the page shows in the omnibox.
|
| + SEARCH_RESULT_PAGE_NOT_DOING_SEARCH_TERM_REPLACEMENT = 7;
|
| }
|
| optional PageClassification current_page_classification = 10;
|
|
|
|
|