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

Unified Diff: ios/web/public/test/fakes/crw_test_web_state_observer.h

Issue 2711363003: Use DidFinishNavigation callback in LanguageDetectionController. (Closed)
Patch Set: Removed unused method Created 3 years, 10 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/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;

Powered by Google App Engine
This is Rietveld 408576698