diff options
author | mpearson@chromium.org <mpearson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-30 06:29:23 +0000 |
---|---|---|
committer | mpearson@chromium.org <mpearson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-30 06:29:23 +0000 |
commit | ae113f8339ed0559898ad1b26415add572740ceb (patch) | |
tree | 9af1903cea8fe3d3132b5af16060fc569cf26215 /chrome/common/metrics/proto | |
parent | ee2116c7cbf0a0e0a463ac2337367195afbb629a (diff) | |
download | chromium_src-ae113f8339ed0559898ad1b26415add572740ceb.zip chromium_src-ae113f8339ed0559898ad1b26415add572740ceb.tar.gz chromium_src-ae113f8339ed0559898ad1b26415add572740ceb.tar.bz2 |
about:omnibox - add current page classification to possible settings
It's a bit ugly--I wish I could get the text and the dropdown indented a bit (the width of one checkbox) so it lines up with the other text. But it's not a big deal and not worth my time figuring out.
BUG=265675
Review URL: https://codereview.chromium.org/149683005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247854 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/metrics/proto')
-rw-r--r-- | chrome/common/metrics/proto/omnibox_event.proto | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/common/metrics/proto/omnibox_event.proto b/chrome/common/metrics/proto/omnibox_event.proto index 0896c4a..cc2ca04 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. } optional PageClassification current_page_classification = 10; |