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

Unified Diff: ios/web/web_state/global_web_state_event_tracker.h

Issue 2666953003: [ios] Automatically fail any WebTest whose render process crashes. (Closed)
Patch Set: Fix comment. 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
« no previous file with comments | « ios/web/test/web_test_unittest.mm ('k') | ios/web/web_state/global_web_state_event_tracker.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/web_state/global_web_state_event_tracker.h
diff --git a/ios/web/web_state/global_web_state_event_tracker.h b/ios/web/web_state/global_web_state_event_tracker.h
index 19c15e09d790b105050fb1e924cf6b830b726ffc..1df04f88103181ac930f21a1964e5094b6b8a99b 100644
--- a/ios/web/web_state/global_web_state_event_tracker.h
+++ b/ios/web/web_state/global_web_state_event_tracker.h
@@ -46,6 +46,7 @@ class GlobalWebStateEventTracker {
void WebStateDidStopLoading(WebState* web_state);
void PageLoaded(WebState* web_state,
PageLoadCompletionStatus load_completion_status);
+ void RenderProcessGone(WebState* web_state);
void WebStateDestroyed(WebState* web_state);
GlobalWebStateEventTracker();
« no previous file with comments | « ios/web/test/web_test_unittest.mm ('k') | ios/web/web_state/global_web_state_event_tracker.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698