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

Unified Diff: chrome/common/autocomplete_match_type.h

Issue 190063004: chromeos: Delete old, unused contacts code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: undo unwanted indenting changes 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
Index: chrome/common/autocomplete_match_type.h
diff --git a/chrome/common/autocomplete_match_type.h b/chrome/common/autocomplete_match_type.h
index 5842270e29076f0fc81defb65ddd15e082ef4eda..2f84bbf706b7259d5bb8155bf01bf48936c3c868 100644
--- a/chrome/common/autocomplete_match_type.h
+++ b/chrome/common/autocomplete_match_type.h
@@ -34,7 +34,6 @@ struct AutocompleteMatchType {
SEARCH_OTHER_ENGINE, // A search with a non-default engine.
EXTENSION_APP, // An Extension App with a title/url that
// contains the input.
- CONTACT, // One of the user's contacts.
Mark P 2014/03/07 17:20:14 I know nothing in the comments makes this clear, b
Peter Kasting 2014/03/07 17:43:53 Well, you can delete it, you just need to renumber
Mark P 2014/03/07 18:53:22 Personally, I'd rather leave an obsolete enum valu
Daniel Erat 2014/03/07 21:52:57 Done.
Peter Kasting 2014/03/07 22:09:55 Migration passes aren't permanent. We're supposed
BOOKMARK_TITLE, // A bookmark whose title contains the input.
NUM_TYPES,
};

Powered by Google App Engine
This is Rietveld 408576698