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

Unified Diff: content/browser/debugger/devtools_client_host.cc

Issue 7322004: DevTools: devtools manager should know nothing about DevToolsWindow (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comments addressed Created 9 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 | « content/browser/debugger/devtools_client_host.h ('k') | content/browser/debugger/devtools_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/debugger/devtools_client_host.cc
diff --git a/content/browser/debugger/devtools_client_host.cc b/content/browser/debugger/devtools_client_host.cc
index 5c9d57c4659a3958368e5baa77bb91fff8cf82a7..886e6e02d9754fc920a92e15b12ba1534edd2c88 100644
--- a/content/browser/debugger/devtools_client_host.cc
+++ b/content/browser/debugger/devtools_client_host.cc
@@ -4,10 +4,6 @@
#include "content/browser/debugger/devtools_client_host.h"
-DevToolsWindow* DevToolsClientHost::AsDevToolsWindow() {
- return NULL;
-}
-
void DevToolsClientHost::NotifyCloseListener() {
if (close_listener_) {
close_listener_->ClientHostClosing(this);
« no previous file with comments | « content/browser/debugger/devtools_client_host.h ('k') | content/browser/debugger/devtools_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698