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

Unified Diff: headless/lib/browser/headless_devtools_client_impl.cc

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
« no previous file with comments | « headless/lib/browser/headless_devtools_client_impl.h ('k') | headless/public/headless_devtools_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: headless/lib/browser/headless_devtools_client_impl.cc
diff --git a/headless/lib/browser/headless_devtools_client_impl.cc b/headless/lib/browser/headless_devtools_client_impl.cc
index 9cb9de77f929fc210cd57872224d661676daa10b..0b6cc96930c91e1403d250aee160b6ade95d5428 100644
--- a/headless/lib/browser/headless_devtools_client_impl.cc
+++ b/headless/lib/browser/headless_devtools_client_impl.cc
@@ -59,7 +59,6 @@ HeadlessDevToolsClientImpl::HeadlessDevToolsClientImpl()
network_domain_(this),
page_domain_(this),
profiler_domain_(this),
- rendering_domain_(this),
runtime_domain_(this),
security_domain_(this),
service_worker_domain_(this),
@@ -329,10 +328,6 @@ profiler::Domain* HeadlessDevToolsClientImpl::GetProfiler() {
return &profiler_domain_;
}
-rendering::Domain* HeadlessDevToolsClientImpl::GetRendering() {
- return &rendering_domain_;
-}
-
runtime::Domain* HeadlessDevToolsClientImpl::GetRuntime() {
return &runtime_domain_;
}
« no previous file with comments | « headless/lib/browser/headless_devtools_client_impl.h ('k') | headless/public/headless_devtools_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698