| Index: ios/web/public/test/fakes/crw_test_web_state_observer.h
|
| diff --git a/ios/web/public/test/fakes/crw_test_web_state_observer.h b/ios/web/public/test/fakes/crw_test_web_state_observer.h
|
| index fb5fe73117eab52fc3ae33f270aac4bf2a8a0211..5befde4d5732980999b532ff433750e266e9c717 100644
|
| --- a/ios/web/public/test/fakes/crw_test_web_state_observer.h
|
| +++ b/ios/web/public/test/fakes/crw_test_web_state_observer.h
|
| @@ -35,11 +35,6 @@ struct TestDismissInterstitialInfo {
|
| WebState* web_state;
|
| };
|
|
|
| -// Arguments passed to |webStateDidChangeURLHash:|.
|
| -struct TestChangeUrlHashInfo {
|
| - WebState* web_state;
|
| -};
|
| -
|
| // Arguments passed to |webStateDidChangeHistoryState:|.
|
| struct TestChangeHistoryStateInfo {
|
| WebState* web_state;
|
| @@ -115,8 +110,6 @@ struct TestStartLoadingInfo {
|
| // Arguments passed to |webStateDidDismissInterstitial:|.
|
| @property(nonatomic, readonly)
|
| web::TestDismissInterstitialInfo* dismissInterstitialInfo;
|
| -// Arguments passed to |webStateDidChangeURLHash:|.
|
| -@property(nonatomic, readonly) web::TestChangeUrlHashInfo* changeUrlHashInfo;
|
| // Arguments passed to |webStateDidChangeHistoryState:|.
|
| @property(nonatomic, readonly)
|
| web::TestChangeHistoryStateInfo* changeHistoryStateInfo;
|
|
|