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

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

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
Index: chrome/browser/android/data_usage/data_use_ui_tab_model_unittest.cc
diff --git a/chrome/browser/android/data_usage/data_use_ui_tab_model_unittest.cc b/chrome/browser/android/data_usage/data_use_ui_tab_model_unittest.cc
index e82bee207c7fee3ea2ec00da2276fc5e69e1f046..3df58b138865f56c475dd8b39eed59f386ca6ee9 100644
--- a/chrome/browser/android/data_usage/data_use_ui_tab_model_unittest.cc
+++ b/chrome/browser/android/data_usage/data_use_ui_tab_model_unittest.cc
@@ -489,7 +489,7 @@ TEST_F(DataUseUITabModelTest, ConvertTransitionType) {
// Navigating history.
{ui::PageTransition(ui::PAGE_TRANSITION_AUTO_TOPLEVEL),
- kChromeUIHistoryFrameURL, true,
+ kDeprecatedChromeUIHistoryFrameURL, true,
DataUseTabModel::TRANSITION_HISTORY_ITEM},
{ui::PageTransition(ui::PAGE_TRANSITION_AUTO_TOPLEVEL),
kChromeUIHistoryURL, true, DataUseTabModel::TRANSITION_HISTORY_ITEM},
« no previous file with comments | « chrome/browser/android/data_usage/data_use_ui_tab_model.cc ('k') | chrome/browser/android/ntp/new_tab_page_url_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698