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

Unified Diff: content/browser/frame_host/navigation_controller_impl_unittest.cc

Issue 2561983002: NavigationController: Reload methods migration (Closed)
Patch Set: android build fix Created 4 years 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: content/browser/frame_host/navigation_controller_impl_unittest.cc
diff --git a/content/browser/frame_host/navigation_controller_impl_unittest.cc b/content/browser/frame_host/navigation_controller_impl_unittest.cc
index 309cb28c997871984c59182bcf409405f6d643fb..c783303395b8712bd43d097b7fa84707a0bb1b7c 100644
--- a/content/browser/frame_host/navigation_controller_impl_unittest.cc
+++ b/content/browser/frame_host/navigation_controller_impl_unittest.cc
@@ -1519,7 +1519,7 @@ TEST_F(NavigationControllerTest, ReloadOriginalRequestURL) {
// Reload using the original URL.
controller.GetVisibleEntry()->SetTitle(base::ASCIIToUTF16("Title"));
- controller.ReloadOriginalRequestURL(false);
+ controller.Reload(false, ReloadType::ORIGINAL_REQUEST_URL);
EXPECT_EQ(0U, notifications.size());
// The reload is pending. The request should point to the original URL.

Powered by Google App Engine
This is Rietveld 408576698