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

Unified Diff: chrome/browser/sessions/chrome_serialized_navigation_driver_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
« no previous file with comments | « chrome/browser/sessions/chrome_serialized_navigation_driver.cc ('k') | chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sessions/chrome_serialized_navigation_driver_unittest.cc
diff --git a/chrome/browser/sessions/chrome_serialized_navigation_driver_unittest.cc b/chrome/browser/sessions/chrome_serialized_navigation_driver_unittest.cc
index fb57a0e53e2233cd220124a7c2a9105b534a425f..bcb1bb50d551cc98abd723dd14c333653857ab7b 100644
--- a/chrome/browser/sessions/chrome_serialized_navigation_driver_unittest.cc
+++ b/chrome/browser/sessions/chrome_serialized_navigation_driver_unittest.cc
@@ -107,3 +107,6 @@ TEST_F(ChromeSerializedNavigationDriverTest, SanitizeWithReferrerPolicyNever) {
EXPECT_EQ(blink::kWebReferrerPolicyDefault, navigation.referrer_policy());
EXPECT_EQ(page_state.ToEncodedData(), navigation.encoded_page_state());
}
+
+// TODO(dbeam): add tests for clearing session restore state from new Material
+// Design URLs that we're pulling out of the uber page.
« no previous file with comments | « chrome/browser/sessions/chrome_serialized_navigation_driver.cc ('k') | chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698