| Index: ios/web/public/navigation_manager.h
|
| diff --git a/ios/web/public/navigation_manager.h b/ios/web/public/navigation_manager.h
|
| index 8e2b0fac735a78b9d585359204b119271a914cce..53b08da55de38058fc7a99b20783912f6c0114e2 100644
|
| --- a/ios/web/public/navigation_manager.h
|
| +++ b/ios/web/public/navigation_manager.h
|
| @@ -99,6 +99,10 @@ class NavigationManager {
|
| // match NavigationController::SetNeedsReload().
|
| virtual void LoadIfNecessary() = 0;
|
|
|
| + // Loads the URL with specified |params|.
|
| + virtual void LoadURLWithParams(
|
| + const NavigationManager::WebLoadParams& params) = 0;
|
| +
|
| // Adds |rewriter| to a transient list of URL rewriters. Transient URL
|
| // rewriters will be executed before the rewriters already added to the
|
| // BrowserURLRewriter singleton, and the list will be cleared after the next
|
|
|