| 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) {
|
|
|