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

Unified Diff: chrome/browser/android/ntp/new_tab_page_url_handler.cc

Issue 2759333002: Move chrome-specific SerializedNavigation code to chrome/. (Closed)
Patch Set: Fix Android Created 3 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 | « chrome/browser/BUILD.gn ('k') | chrome/browser/browser_about_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/ntp/new_tab_page_url_handler.cc
diff --git a/chrome/browser/android/ntp/new_tab_page_url_handler.cc b/chrome/browser/android/ntp/new_tab_page_url_handler.cc
index e4396d207854049489e5ebdbcaef0447b57a3118..18a61b180ee2870a0afb77e99f66e71046f03509 100644
--- a/chrome/browser/android/ntp/new_tab_page_url_handler.cc
+++ b/chrome/browser/android/ntp/new_tab_page_url_handler.cc
@@ -36,9 +36,9 @@ bool HandleAndroidNativePageURL(GURL* url,
// chrome-native://history when M57 is a distant memory.
// See http://crbug.com/654071.
if (base::FeatureList::IsEnabled(features::kNativeAndroidHistoryManager) &&
- (url->host() == content::kChromeUIHistoryHost ||
+ (url->host() == kChromeUIHistoryHost ||
url->host() == kChromeUIHistoryFrameHost)) {
- *url = GURL(content::kChromeUINativeHistoryURL);
+ *url = GURL(kChromeUINativeHistoryURL);
return true;
}
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/browser_about_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698