| Index: chrome/browser/history/in_memory_url_index_types.h
|
| diff --git a/chrome/browser/history/in_memory_url_index_types.h b/chrome/browser/history/in_memory_url_index_types.h
|
| index 7c1993c612d06e30f3adbaf2365046c3e7730557..4191036b189be9186f0ed039b46b45f65c4ef35b 100644
|
| --- a/chrome/browser/history/in_memory_url_index_types.h
|
| +++ b/chrome/browser/history/in_memory_url_index_types.h
|
| @@ -17,7 +17,7 @@ namespace history {
|
|
|
| // The maximum number of characters to consider from an URL and page title
|
| // while matching user-typed terms.
|
| -const size_t kMaxSignificantChars = 50;
|
| +const size_t kMaxSignificantChars = 200;
|
|
|
| // Matches within URL and Title Strings ----------------------------------------
|
|
|
|
|