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

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

Issue 2474073005: DevTools: add the logging aspect into the PerformanceMonitor (Closed)
Patch Set: test fixed 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 468fd58c21dcfa9299b48bf7a4288693da42be88..e1f72108baba64e55e48595971da9806aaa7e4ce 100644
--- a/content/browser/devtools/protocol/page_handler.cc
+++ b/content/browser/devtools/protocol/page_handler.cc
@@ -459,10 +459,6 @@ Response PageHandler::GetAppManifest(
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