diff options
Diffstat (limited to 'chrome/browser/history/text_database_manager.cc')
-rw-r--r-- | chrome/browser/history/text_database_manager.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/history/text_database_manager.cc b/chrome/browser/history/text_database_manager.cc index d133d22..2feea81 100644 --- a/chrome/browser/history/text_database_manager.cc +++ b/chrome/browser/history/text_database_manager.cc @@ -230,7 +230,7 @@ void TextDatabaseManager::AddPageContents(const GURL& url, // took more than kExpirationSec to load. Often, this will be the result of // a very slow iframe or other resource on the page that makes us think its // still loading. - // + // // As a fallback, set the most recent visit's contents using the input, and // use the last set title in the URL table as the title to index. URLRow url_row; |