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

Unified Diff: ios/web/navigation/navigation_manager_delegate.h

Issue 1838323003: [ios] Added NavigationManager::LoadURLWithParams public API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « no previous file | ios/web/navigation/navigation_manager_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/navigation/navigation_manager_delegate.h
diff --git a/ios/web/navigation/navigation_manager_delegate.h b/ios/web/navigation/navigation_manager_delegate.h
index aa8b1c0fbd60fcd856f5524898db48d208982fc8..08ba788a36bbbe9ce7f229f667bf761988d0bc5d 100644
--- a/ios/web/navigation/navigation_manager_delegate.h
+++ b/ios/web/navigation/navigation_manager_delegate.h
@@ -7,6 +7,8 @@
#include <stddef.h>
+#import "ios/web/public/navigation_manager.h"
+
namespace web {
struct LoadCommittedDetails;
@@ -23,6 +25,9 @@ class NavigationManagerDelegate {
// NavigationManagerImpl.
virtual void NavigateToPendingEntry() = 0;
+ // Instructs the delegate to load the URL.
+ virtual void LoadURLWithParams(const NavigationManager::WebLoadParams&) = 0;
+
// Informs the delegate that committed navigation items have been pruned.
virtual void OnNavigationItemsPruned(size_t pruned_item_count) = 0;
« no previous file with comments | « no previous file | ios/web/navigation/navigation_manager_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698