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

Unified Diff: ios/web/navigation/navigation_manager_impl.mm

Issue 2742953003: created web::ReloadType (Closed)
Patch Set: Add TODO for ORIGINAL_REQUEST_URL Created 3 years, 9 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: ios/web/navigation/navigation_manager_impl.mm
diff --git a/ios/web/navigation/navigation_manager_impl.mm b/ios/web/navigation/navigation_manager_impl.mm
index 76c60465eed16d8f95eb060d4ad4700a747af76b..cd1404482e26b0f75d538dfb46ee4bb716572c2d 100644
--- a/ios/web/navigation/navigation_manager_impl.mm
+++ b/ios/web/navigation/navigation_manager_impl.mm
@@ -17,6 +17,7 @@
#include "ios/web/navigation/navigation_manager_facade_delegate.h"
#include "ios/web/public/load_committed_details.h"
#import "ios/web/public/navigation_item.h"
+#include "ios/web/public/reload_type.h"
#import "ios/web/public/web_client.h"
#import "ios/web/public/web_state/web_state.h"
#include "ui/base/page_transition_types.h"
@@ -337,7 +338,8 @@ bool AreURLsInPageNavigation(const GURL& existing_url, const GURL& new_url) {
delegate_->GoToIndex(index);
}
-void NavigationManagerImpl::Reload(bool check_for_reposts) {
+void NavigationManagerImpl::Reload(ReloadType reload_type,
+ bool check_for_reposts) {
// Navigation manager may be empty if the only pending item failed to load
// with SSL error and the user has decided not to proceed.
NavigationItem* item = GetVisibleItem();

Powered by Google App Engine
This is Rietveld 408576698