| Index: chrome/browser/history/history_types.cc
|
| diff --git a/chrome/browser/history/history_types.cc b/chrome/browser/history/history_types.cc
|
| index 305fa35a031282cb1112ca38fbaa8a4f835633df..6454df627dd14feddee6dcb0966cb9357dca36fd 100644
|
| --- a/chrome/browser/history/history_types.cc
|
| +++ b/chrome/browser/history/history_types.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -238,10 +238,4 @@ void QueryResults::AdjustResultMap(size_t begin, size_t end, ptrdiff_t delta) {
|
| }
|
| }
|
|
|
| -Time AutocompleteAgeThreshold() {
|
| - Time recent_threshold =
|
| - Time::Now() - TimeDelta::FromDays(kLowQualityMatchAgeLimitInDays);
|
| - return recent_threshold;
|
| -}
|
| -
|
| } // namespace history
|
|
|