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

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

Issue 2642463002: Implemented FormResubmissionTabHelper. (Closed)
Patch Set: Moved FormResubmissionTabHelper::CreateForWebState to init Created 3 years, 11 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/test_web_state.h
diff --git a/ios/web/public/test/fakes/test_web_state.h b/ios/web/public/test/fakes/test_web_state.h
index ba140e0124d6249f01b28ec2b1e236836dd50418..63003a3990f391cf8459acd101254b7f45ed2b4c 100644
--- a/ios/web/public/test/fakes/test_web_state.h
+++ b/ios/web/public/test/fakes/test_web_state.h
@@ -87,6 +87,7 @@ class TestWebState : public WebState {
// Notifier for tests.
void OnPageLoaded(PageLoadCompletionStatus load_completion_status);
+ void OnProvisionalNavigationStarted(const GURL& url);
private:
bool web_usage_enabled_;

Powered by Google App Engine
This is Rietveld 408576698