| Index: ios/chrome/browser/history/history_utils.cc
|
| diff --git a/ios/chrome/browser/history/history_utils.cc b/ios/chrome/browser/history/history_utils.cc
|
| index 1fe8fde5baa267a4c10257fe09259667a4dacfd7..4a703f3538a89594798c5570d1c3a659ebf12c6c 100644
|
| --- a/ios/chrome/browser/history/history_utils.cc
|
| +++ b/ios/chrome/browser/history/history_utils.cc
|
| @@ -26,7 +26,7 @@ bool CanAddURLToHistory(const GURL& url) {
|
| return false;
|
|
|
| // Allow all about: and chrome: URLs except about:blank, since the user may
|
| - // like to see "chrome://memory/", etc. in their history and autocomplete.
|
| + // like to see "chrome://version", etc. in their history and autocomplete.
|
| if (url == GURL(url::kAboutBlankURL))
|
| return false;
|
|
|
|
|