Index: components/omnibox/browser/autocomplete_provider.h |
diff --git a/components/omnibox/browser/autocomplete_provider.h b/components/omnibox/browser/autocomplete_provider.h |
index 197962ac7aefdc029d275d8e94d81a1bfaa3cf73..9eaab8a22caa5ad0623616da5b033fb75cbe2fa4 100644 |
--- a/components/omnibox/browser/autocomplete_provider.h |
+++ b/components/omnibox/browser/autocomplete_provider.h |
@@ -92,14 +92,6 @@ typedef std::vector<metrics::OmniboxEventProto_ProviderInfo> ProvidersInfo; |
// Search Secondary Provider (navigational suggestion) | 150++ |
// Search Secondary Provider (suggestion) | 100++ |
// |
-// FORCED_QUERY input type: |
-// --------------------------------------------------------------------|----- |
-// Search Primary Provider (past query in history within 2 days) | 1399** |
-// Search Primary Provider (what you typed) | 1300 |
-// Search Primary Provider (past query in history older than 2 days) | 1050-- |
-// Search Primary Provider (navigational suggestion) | 800++ |
-// Search Primary Provider (suggestion) | 600++ |
-// |
// (A search keyword is a keyword with a replacement string; a bookmark keyword |
// is a keyword with no replacement string, that is, a shortcut for a URL.) |
// |