diff options
author | mpearson@chromium.org <mpearson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-01 20:00:23 +0000 |
---|---|---|
committer | mpearson@chromium.org <mpearson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-01 20:00:23 +0000 |
commit | a5907bc0626eb14cc21a934a5c910c496bd85e4a (patch) | |
tree | 9b0f454fe54873d772f043bde79554d6e68e6f55 /components/metrics | |
parent | 8f23f1df29c6da3ba534ced8e9e30bd8bba9b18e (diff) | |
download | chromium_src-a5907bc0626eb14cc21a934a5c910c496bd85e4a.zip chromium_src-a5907bc0626eb14cc21a934a5c910c496bd85e4a.tar.gz chromium_src-a5907bc0626eb14cc21a934a5c910c496bd85e4a.tar.bz2 |
It's not used.
BUG=389338
Review URL: https://codereview.chromium.org/361773002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@280873 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/metrics')
-rw-r--r-- | components/metrics/proto/omnibox_event.proto | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/components/metrics/proto/omnibox_event.proto b/components/metrics/proto/omnibox_event.proto index 9e7f132..fc8b70a 100644 --- a/components/metrics/proto/omnibox_event.proto +++ b/components/metrics/proto/omnibox_event.proto @@ -145,7 +145,7 @@ message OmniboxEventProto { KEYWORD = 5; // Keyword-triggered searches BUILTIN = 6; // Built-in URLs, such as chrome://version SHORTCUTS = 7; // Recently selected omnibox suggestions - EXTENSION_APPS = 8; // Custom suggestions from extensions and/or apps + EXTENSION_APPS = 8; // DEPRECATED. Suggestions from extensions or apps CONTACT = 9; // DEPRECATED. The user's contacts BOOKMARK = 10; // The user's bookmarks ZERO_SUGGEST = 11; // Suggestions based on the current page @@ -169,7 +169,8 @@ message OmniboxEventProto { URL_WHAT_YOU_TYPED = 1; // The input as a URL HISTORY_URL = 2; // A past page whose URL contains the input HISTORY_TITLE = 3; // A past page whose title contains the input - HISTORY_BODY = 4; // A past page whose body contains the input + HISTORY_BODY = 4; // DEPRECATED. A past page whose body + // contains the input HISTORY_KEYWORD = 5; // A past page whose keyword contains the // input NAVSUGGEST = 6; // A suggested URL @@ -180,8 +181,8 @@ message OmniboxEventProto { SEARCH_SUGGEST = 9; // A suggested search (with the default // engine) for a query. SEARCH_OTHER_ENGINE = 10; // A search with a non-default engine - EXTENSION_APP = 11; // An Extension App with a title/url that - // contains the input + EXTENSION_APP = 11; // DEPRECATED. An Extension App with a + // title/url that contains the input. CONTACT = 12; // One of the user's contacts BOOKMARK_TITLE = 13; // A bookmark whose title contains the input. SEARCH_SUGGEST_ENTITY = 14; // A suggested search for an entity. |