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

Unified Diff: components/html_viewer/html_document.h

Issue 1163953002: html_viewer: Add DevToolsAgentImpl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Don't create DevToolsAgentImpl instance unless --remote-debugging-port is specified Created 5 years, 6 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 | « components/html_viewer/devtools_agent_impl.cc ('k') | components/html_viewer/html_document.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/html_viewer/html_document.h
diff --git a/components/html_viewer/html_document.h b/components/html_viewer/html_document.h
index 44c448356734ccddc70343f337bec9ca5c04fcfd..a199692bbc49d35c553ab7259efb83e2a5d29180 100644
--- a/components/html_viewer/html_document.h
+++ b/components/html_viewer/html_document.h
@@ -42,6 +42,7 @@ class View;
namespace html_viewer {
class AxProviderImpl;
+class DevToolsAgentImpl;
class Setup;
class WebLayerTreeViewImpl;
@@ -167,6 +168,8 @@ class HTMLDocument : public blink::WebViewClient,
FrameTreeManager frame_tree_manager_;
mojo::Binding<mandoline::FrameTreeClient> frame_tree_manager_binding_;
+ scoped_ptr<DevToolsAgentImpl> devtools_agent_;
+
DISALLOW_COPY_AND_ASSIGN(HTMLDocument);
};
« no previous file with comments | « components/html_viewer/devtools_agent_impl.cc ('k') | components/html_viewer/html_document.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698