| Index: chrome/browser/history/history_utils.cc
|
| diff --git a/chrome/browser/history/history_utils.cc b/chrome/browser/history/history_utils.cc
|
| index 170f9f5a3d6b5eb1c5a056e190c18fcc13df937d..cbb66d4f35e3a1e1c3f3e8ae12428ebfb2a13931 100644
|
| --- a/chrome/browser/history/history_utils.cc
|
| +++ b/chrome/browser/history/history_utils.cc
|
| @@ -15,7 +15,7 @@ bool CanAddURLToHistory(const GURL& url) {
|
| // TODO: We should allow kChromeUIScheme URLs if they have been explicitly
|
| // typed. Right now, however, these are marked as typed even when triggered
|
| // by a shortcut or menu action.
|
| - // Right now, URLs like about:memory are not registered in the history.
|
| + // Right now, URLs like about:version are not registered in the history.
|
| if (url.SchemeIs(url::kJavaScriptScheme) ||
|
| url.SchemeIs(content::kChromeDevToolsScheme) ||
|
| url.SchemeIs(content::kChromeUIScheme) ||
|
|
|