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

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

Issue 2737553003: Remove ChildProcess.HangRendererType. (Closed)
Patch Set: rebase to tot 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.h
diff --git a/content/public/browser/web_contents_unresponsive_state.h b/content/public/browser/web_contents_unresponsive_state.h
index 8231d0952ad98e41013851fea6f1dd92283f50b6..838625a014816f3466a0097dd804315ae1e7f755 100644
--- a/content/public/browser/web_contents_unresponsive_state.h
+++ b/content/public/browser/web_contents_unresponsive_state.h
@@ -6,7 +6,6 @@
#define CONTENT_PUBLIC_BROWSER_WEB_CONTENTS_UNRESPONSIVE_STATE_H_
#include "content/common/content_export.h"
-#include "content/public/browser/renderer_unresponsive_type.h"
#include "third_party/WebKit/public/platform/WebInputEvent.h"
namespace content {
@@ -17,9 +16,6 @@ namespace content {
struct CONTENT_EXPORT WebContentsUnresponsiveState {
WebContentsUnresponsiveState();
- // The reason why the renderer was unresponsive.
- RendererUnresponsiveType reason;
-
// TODO(dtapuska): Remove these fields once crbug.com/615090 is fixed.
// The number of outstanding blocking input events sent to the renderer
// that have not be acknowledged.
« no previous file with comments | « content/public/browser/renderer_unresponsive_type.h ('k') | content/public/browser/web_contents_unresponsive_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698