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

Unified Diff: content/browser/devtools/protocol/page_handler.cc

Issue 2490563002: Revert of DevTools: add the logging aspect into the PerformanceMonitor (Closed)
Patch Set: Created 4 years, 1 month 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/browser/devtools/protocol/page_handler.cc
diff --git a/content/browser/devtools/protocol/page_handler.cc b/content/browser/devtools/protocol/page_handler.cc
index e1f72108baba64e55e48595971da9806aaa7e4ce..468fd58c21dcfa9299b48bf7a4288693da42be88 100644
--- a/content/browser/devtools/protocol/page_handler.cc
+++ b/content/browser/devtools/protocol/page_handler.cc
@@ -459,6 +459,10 @@
return Response::FallThrough();
}
+Response PageHandler::SetBlockedEventsWarningThreshold(double threshold) {
+ return Response::FallThrough();
+}
+
Response PageHandler::GetLayoutMetrics(
scoped_refptr<LayoutViewport>* layout_viewport,
scoped_refptr<VisualViewport>* visual_viewport) {
« no previous file with comments | « content/browser/devtools/protocol/page_handler.h ('k') | third_party/WebKit/LayoutTests/inspector/input-event-warning.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698