Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(461)

Unified Diff: ios/chrome/browser/history/history_utils.cc

Issue 1722493002: Project Eraser: Kill chrome://memory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix chrome_browser_ui.gypi. Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/public/common/process_type.h ('k') | tools/gritsettings/resource_ids » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « content/public/common/process_type.h ('k') | tools/gritsettings/resource_ids » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698