Index: chrome/browser/autocomplete/history_contents_provider.h |
diff --git a/chrome/browser/autocomplete/history_contents_provider.h b/chrome/browser/autocomplete/history_contents_provider.h |
index 657403f45efaf13e4b8a487e389908a2db80656e..504df3fc9949264c9c791982b45cfef321c0cb10 100644 |
--- a/chrome/browser/autocomplete/history_contents_provider.h |
+++ b/chrome/browser/autocomplete/history_contents_provider.h |
@@ -30,15 +30,6 @@ class HistoryContentsProvider : public HistoryProvider { |
bool minimal_changes) OVERRIDE; |
virtual void Stop() OVERRIDE; |
- // Returns the total number of matches available in the database, up to |
- // kMaxMatchCount, whichever is smaller. |
- // Return value is incomplete if done() returns false. |
- size_t db_match_count() const { return results_.size(); } |
- |
- // The maximum match count we'll report. If the db_match_count is greater |
- // than this, it will be clamped to this result. |
- static const size_t kMaxMatchCount = 50; |
- |
private: |
~HistoryContentsProvider(); |