| Index: ios/web/navigation/session_storage_builder.h
|
| diff --git a/ios/web/navigation/session_storage_builder.h b/ios/web/navigation/session_storage_builder.h
|
| index df7e6b9ab511395b70b15159f97998329e3951c6..82f2c8fbe14ef714c926514655049f8524556d2d 100644
|
| --- a/ios/web/navigation/session_storage_builder.h
|
| +++ b/ios/web/navigation/session_storage_builder.h
|
| @@ -17,6 +17,7 @@ class SessionStorageBuilder {
|
| // Creates a serializable session storage from |web_state|.
|
| CRWSessionStorage* BuildStorage(WebStateImpl* web_state) const;
|
| // Populates |web_state| with |storage|'s session information.
|
| + // The provided |web_state| must already have a |NavigationManager|.
|
| void ExtractSessionState(WebStateImpl* web_state,
|
| CRWSessionStorage* storage) const;
|
| };
|
|
|