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

Unified Diff: content/public/browser/web_contents_unresponsive_state.cc

Issue 2737553003: Remove ChildProcess.HangRendererType. (Closed)
Patch Set: rebase on new version Created 3 years, 9 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: content/public/browser/web_contents_unresponsive_state.cc
diff --git a/content/public/browser/web_contents_unresponsive_state.cc b/content/public/browser/web_contents_unresponsive_state.cc
index 8a977803e8d661cc49f1fc184d607c949b7b5027..e78be6f12850be44f0487298a1c813df09a6ac0e 100644
--- a/content/public/browser/web_contents_unresponsive_state.cc
+++ b/content/public/browser/web_contents_unresponsive_state.cc
@@ -7,8 +7,7 @@
namespace content {
WebContentsUnresponsiveState::WebContentsUnresponsiveState()
- : reason(RendererUnresponsiveType::RENDERER_UNRESPONSIVE_UNKNOWN),
- outstanding_ack_count(0),
+ : outstanding_ack_count(0),
last_event_type(blink::WebInputEvent::Undefined) {}
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698