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

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

Issue 2957163002: [Navigation Experiment] Add WKBasedNavigationManagerImpl. (Closed)
Patch Set: Patch for landing Created 3 years, 6 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/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;
};
« no previous file with comments | « ios/web/navigation/navigation_manager_impl_unittest.mm ('k') | ios/web/navigation/session_storage_builder.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698