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

Unified Diff: headless/public/headless_devtools_client.h

Issue 2185943003: Support C++ bindings for the DevTools Log Domain in headless_lib (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: headless/public/headless_devtools_client.h
diff --git a/headless/public/headless_devtools_client.h b/headless/public/headless_devtools_client.h
index 89d686cf0b2ca5673c938b6a88c036527121293a..36e6ea3877a352c323381dd1e094f7a0df29ad2b 100644
--- a/headless/public/headless_devtools_client.h
+++ b/headless/public/headless_devtools_client.h
@@ -72,6 +72,9 @@ class Domain;
namespace layer_tree {
class Domain;
}
+namespace log {
+class Domain;
+}
namespace memory {
class Domain;
}
@@ -135,6 +138,7 @@ class HEADLESS_EXPORT HeadlessDevToolsClient {
virtual inspector::Domain* GetInspector() = 0;
virtual io::Domain* GetIO() = 0;
virtual layer_tree::Domain* GetLayerTree() = 0;
+ virtual log::Domain* GetLog() = 0;
virtual memory::Domain* GetMemory() = 0;
virtual network::Domain* GetNetwork() = 0;
virtual page::Domain* GetPage() = 0;
« no previous file with comments | « headless/lib/browser/headless_devtools_client_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698