Chromium Code Reviews| 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..fa15a52b5049e64422340b680ff864e60665adf8 100644 |
| --- a/chrome/common/metrics/proto/omnibox_event.proto |
| +++ b/chrome/common/metrics/proto/omnibox_event.proto |
| @@ -73,7 +73,11 @@ message OmniboxEventProto { |
| // The user is on a search result page that's doing search term |
| // 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; |
| + SEARCH_RESULT_PAGE_DOING_SEARCH_TERM_REPLACEMENT = 6; |
| + // The user is on a search result page that's not doing search term |
| + // replacement, meaning the URL of the page should've appeared in the |
| + // omnibox before the user started editing it, not the search terms. |
|
Mark P
2013/08/06 23:17:47
still have horizontal spacing trouble.
rpetterson
2013/08/06 23:41:31
Done.
|
| + SEARCH_RESULT_PAGE_NO_SEARCH_TERM_REPLACEMENT = 7; |
| } |
| optional PageClassification current_page_classification = 10; |