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

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: Created 5 years, 7 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: components/html_viewer/html_document.h
diff --git a/components/html_viewer/html_document.h b/components/html_viewer/html_document.h
index 873d14e89485838f5efef9d92071abed39589927..8fbe21a25053aa61c4bb761f2a3dd727333c7cc8 100644
--- a/components/html_viewer/html_document.h
+++ b/components/html_viewer/html_document.h
@@ -39,6 +39,7 @@ class View;
namespace html_viewer {
class AxProviderImpl;
+class DevToolsAgentImpl;
class Setup;
class WebLayerTreeViewImpl;
@@ -149,6 +150,8 @@ class HTMLDocument : public blink::WebViewClient,
scoped_ptr<TouchHandler> touch_handler_;
+ scoped_ptr<DevToolsAgentImpl> devtools_agent_;
+
DISALLOW_COPY_AND_ASSIGN(HTMLDocument);
};

Powered by Google App Engine
This is Rietveld 408576698