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

Unified Diff: chrome/browser/android/data_usage/data_use_ui_tab_model.cc

Issue 2830983005: Remove old webui History page on desktop and mobile (Closed)
Patch Set: axe more android stuff Created 3 years, 8 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
Index: chrome/browser/android/data_usage/data_use_ui_tab_model.cc
diff --git a/chrome/browser/android/data_usage/data_use_ui_tab_model.cc b/chrome/browser/android/data_usage/data_use_ui_tab_model.cc
index 8db9e0e5e78dec9ac28a58e260d1c6ac921fc060..9d7421d0b8f6c95f2348588d984cc2eb7d95d268 100644
--- a/chrome/browser/android/data_usage/data_use_ui_tab_model.cc
+++ b/chrome/browser/android/data_usage/data_use_ui_tab_model.cc
@@ -275,7 +275,7 @@ bool DataUseUITabModel::ConvertTransitionType(
*transition_type = DataUseTabModel::TRANSITION_BOOKMARK;
return true;
case ui::PAGE_TRANSITION_AUTO_TOPLEVEL:
- if (gurl == kChromeUIHistoryFrameURL || gurl == kChromeUIHistoryURL) {
+ if (gurl == kChromeUIHistoryURL) {
// History menu.
*transition_type = DataUseTabModel::TRANSITION_HISTORY_ITEM;
return true;

Powered by Google App Engine
This is Rietveld 408576698