Index: ios/web/navigation/crw_session_controller.h |
diff --git a/ios/web/navigation/crw_session_controller.h b/ios/web/navigation/crw_session_controller.h |
index bdfd83484113abaf30a237265e51ad6cafde40ed..f70a871b8466583a8bedfee6821ee1f9d57570dd 100644 |
--- a/ios/web/navigation/crw_session_controller.h |
+++ b/ios/web/navigation/crw_session_controller.h |
@@ -15,6 +15,7 @@ |
@class CRWSessionCertificatePolicyManager; |
namespace web { |
+class BrowserState; |
class NavigationManagerImpl; |
struct Referrer; |
} |
@@ -63,6 +64,8 @@ struct Referrer; |
// Sets the corresponding NavigationManager. |
- (void)setNavigationManager:(web::NavigationManagerImpl*)navigationManager; |
+// Sets the corresponding BrowserState. |
+- (void)setBrowserState:(web::BrowserState*)browserState; |
// Add a new entry with the given url, referrer, and navigation type, making it |
// the current entry. If |url| is the same as the current entry's url, this |