Index: chrome/browser/autocomplete/autocomplete_match.h |
diff --git a/chrome/browser/autocomplete/autocomplete_match.h b/chrome/browser/autocomplete/autocomplete_match.h |
index d65ff5f606052f722de99ad563bad26d00bb0f04..145674be66a1cc9b5792611c06f6cde6c6f11c83 100644 |
--- a/chrome/browser/autocomplete/autocomplete_match.h |
+++ b/chrome/browser/autocomplete/autocomplete_match.h |
@@ -77,8 +77,6 @@ struct AutocompleteMatch { |
// containing the input. |
SEARCH_SUGGEST, // A suggested search (with the default engine). |
SEARCH_OTHER_ENGINE, // A search with a non-default engine. |
- OPEN_HISTORY_PAGE, // A synthetic result that opens the history page |
- // to search for the input. |
NUM_TYPES, |
}; |