Adding wrapper class WKBackForwardListItemHolder
commit11fba11163f901f986cddc8f8dd7d49ea034cc13
authorbhnascar <bhnascar@chromium.org>
Wed, 29 Jul 2015 17:10:26 +0000 (29 10:10 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 29 Jul 2015 17:10:54 +0000 (29 17:10 +0000)
tree2e8170a3c229e61896858b126d37f9c241c6579e
parent1db36fd5516b2b067c05d31a2736e6dfd90fa215
Adding wrapper class WKBackForwardListItemHolder

This makes WKBackForwardListItem conform to the Data interface so that
we can associate a WKBackForwardListItem with each NavigationItem
through the SupportsUserData interface. This is needed for a later CL to
fix form resubmission with WKWebView.

BUG=462406

Review URL: https://codereview.chromium.org/1255283002

Cr-Commit-Position: refs/heads/master@{#340909}
ios/web/ios_web.gyp
ios/web/ios_web_unittests.gyp
ios/web/web_state/ui/wk_back_forward_list_item_holder.h [new file with mode: 0644]
ios/web/web_state/ui/wk_back_forward_list_item_holder.mm [new file with mode: 0644]
ios/web/web_state/ui/wk_back_forward_list_item_holder_unittest.mm [new file with mode: 0644]