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

Unified Diff: chrome/common/autocomplete_match_type.cc

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.cc
diff --git a/chrome/common/autocomplete_match_type.cc b/chrome/common/autocomplete_match_type.cc
index 37f8fe06a2edcef381fb5e34cdce5b6435fa793f..532ff6f1bd2e1aa5d332954c9c7790a050395441 100644
--- a/chrome/common/autocomplete_match_type.cc
+++ b/chrome/common/autocomplete_match_type.cc
@@ -24,7 +24,6 @@ std::string AutocompleteMatchType::ToString(AutocompleteMatchType::Type type) {
"search-suggest-profile",
"search-other-engine",
"extension-app",
- "contact",
Mark P 2014/03/07 17:20:14 You're going to revert this change to this file af
Daniel Erat 2014/03/07 21:52:57 Done.
"bookmark-title",
};
COMPILE_ASSERT(arraysize(strings) == AutocompleteMatchType::NUM_TYPES,

Powered by Google App Engine
This is Rietveld 408576698