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

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/UrlConstants.java

Issue 2830983005: Remove old webui History page on desktop and mobile (Closed)
Patch Set: merge Created 3 years, 7 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 | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/history/HistoryManagerUtils.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/src/org/chromium/chrome/browser/UrlConstants.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/UrlConstants.java b/chrome/android/java/src/org/chromium/chrome/browser/UrlConstants.java
index 3390af494f4fef98cb6d54682b4abc6ca4e738ad..e118e02a00727ecbd221571f95ceb9a2c2d8ebaa 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/UrlConstants.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/UrlConstants.java
@@ -50,6 +50,7 @@ public class UrlConstants {
public static final String RECENT_TABS_HOST = "recent-tabs";
public static final String RECENT_TABS_URL = "chrome-native://recent-tabs/";
+ // TODO(dbeam): do we need both HISTORY_URL and NATIVE_HISTORY_URL?
public static final String HISTORY_HOST = "history";
public static final String HISTORY_URL = "chrome://history/";
public static final String NATIVE_HISTORY_URL = "chrome-native://history/";
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/history/HistoryManagerUtils.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698