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

Unified Diff: components/html_viewer/html_document.h

Issue 1172123002: Revert of html_viewer: Add DevToolsAgentImpl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 d2435868d84b25c27ee5b9fc395fd14b280a457a..2ddaf049521599a09547d60983051689380503b1 100644
--- a/components/html_viewer/html_document.h
+++ b/components/html_viewer/html_document.h
@@ -42,7 +42,6 @@
namespace html_viewer {
class AxProviderImpl;
-class DevToolsAgentImpl;
class Setup;
class WebLayerTreeViewImpl;
@@ -172,8 +171,6 @@
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