Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3829)

Unified Diff: chrome/common/metrics/proto/omnibox_event.proto

Issue 190063004: chromeos: Delete old, unused contacts code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge again Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | chrome/test/data/chromeos/gdata/contacts/empty.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 cc2ca0404f7ca674561ddc90a7895055127c1dbc..baf8df0e0d58c35dc9ad4f75d9ed2d405ee3ccc8 100644
--- a/chrome/common/metrics/proto/omnibox_event.proto
+++ b/chrome/common/metrics/proto/omnibox_event.proto
@@ -140,7 +140,7 @@ message OmniboxEventProto {
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
- CONTACT = 9; // The user's contacts
+ CONTACT = 9; // DEPRECATED. The user's contacts
BOOKMARK = 10; // The user's bookmarks
ZERO_SUGGEST = 11; // Suggestions based on the current page
// This enum value is currently only used by Android GSA. It represents
@@ -178,7 +178,7 @@ message OmniboxEventProto {
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
- CONTACT = 12; // One of the user's contacts
+ CONTACT = 12; // DEPRECATED. 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.
SEARCH_SUGGEST_INFINITE = 15; // A suggested search to complete the tail
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | chrome/test/data/chromeos/gdata/contacts/empty.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698