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

Unified Diff: headless/public/headless_devtools_client.h

Issue 2819183002: [DevTools] Consolidate overlay-related functionality in Overlay domain (Closed)
Patch Set: rebased bad merge Created 3 years, 8 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: headless/public/headless_devtools_client.h
diff --git a/headless/public/headless_devtools_client.h b/headless/public/headless_devtools_client.h
index 7e7d97982c5c02bda5a925cf7be8a455384f90e9..b3cea9482c32724c35fce69f4c58ead0b38495e3 100644
--- a/headless/public/headless_devtools_client.h
+++ b/headless/public/headless_devtools_client.h
@@ -84,9 +84,6 @@ class Domain;
namespace profiler {
class Domain;
}
-namespace rendering {
-class Domain;
-}
namespace runtime {
class Domain;
}
@@ -139,7 +136,6 @@ class HEADLESS_EXPORT HeadlessDevToolsClient {
virtual network::Domain* GetNetwork() = 0;
virtual page::Domain* GetPage() = 0;
virtual profiler::Domain* GetProfiler() = 0;
- virtual rendering::Domain* GetRendering() = 0;
virtual runtime::Domain* GetRuntime() = 0;
virtual security::Domain* GetSecurity() = 0;
virtual service_worker::Domain* GetServiceWorker() = 0;

Powered by Google App Engine
This is Rietveld 408576698