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

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

Issue 2480203002: ui: Cleanup class/struct forward declarations (Closed)
Patch Set: Sync CL to position 430550 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.h
diff --git a/content/browser/devtools/protocol/page_handler.h b/content/browser/devtools/protocol/page_handler.h
index 8703a64b57e12e1269d239d40b6438600432fda6..86ddfeb9be0d2084caf638b280fc4d069d4c2f68 100644
--- a/content/browser/devtools/protocol/page_handler.h
+++ b/content/browser/devtools/protocol/page_handler.h
@@ -107,7 +107,6 @@ class PageHandler : public NotificationObserver {
std::string* url,
std::vector<scoped_refptr<AppManifestError>>* errors,
std::string* data);
- Response SetBlockedEventsWarningThreshold(double threshold);
Response GetLayoutMetrics(
scoped_refptr<LayoutViewport>* layout_viewport,
scoped_refptr<VisualViewport>* visual_viewport);

Powered by Google App Engine
This is Rietveld 408576698