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 0896c4a908d37df6fc68a60042ee090ae5d12039..cc2ca0404f7ca674561ddc90a7895055127c1dbc 100644 |
| --- a/chrome/common/metrics/proto/omnibox_event.proto |
| +++ b/chrome/common/metrics/proto/omnibox_event.proto |
| @@ -108,6 +108,10 @@ message OmniboxEventProto { |
| // replacement, meaning the URL of the page should've appeared in the |
| // omnibox before the user started editing it, not the search terms. |
| SEARCH_RESULT_PAGE_NO_SEARCH_TERM_REPLACEMENT = 9; |
| + |
| + // When adding new classifications, please consider adding them in |
| + // chrome/browser/resources/omnibox/omnibox.html |
| + // so that these new options are displayed on about:omnibox. |
|
Alexei Svitkine (slow)
2014/01/29 21:48:04
Can you send a CL to update this proto on the serv
Mark P
2014/01/29 22:23:32
Done.
|
| } |
| optional PageClassification current_page_classification = 10; |