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

Unified Diff: chromecast/browser/devtools/remote_debugging_server.h

Issue 2300703005: DevTools: merge devtools_http_handler into content - it is used in all the embedders anyways. (Closed)
Patch Set: for_landing! Created 4 years, 3 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: chromecast/browser/devtools/remote_debugging_server.h
diff --git a/chromecast/browser/devtools/remote_debugging_server.h b/chromecast/browser/devtools/remote_debugging_server.h
index 84fc34d6e7e4a27b005f45b512e0e4fc56a9af6b..14cba66394f4aceeac8b814946de377522f00fef 100644
--- a/chromecast/browser/devtools/remote_debugging_server.h
+++ b/chromecast/browser/devtools/remote_debugging_server.h
@@ -12,10 +12,6 @@
#include "base/macros.h"
#include "components/prefs/pref_member.h"
-namespace devtools_http_handler {
-class DevToolsHttpHandler;
-}
-
namespace chromecast {
namespace shell {
@@ -29,12 +25,9 @@ class RemoteDebuggingServer {
private:
// Called when pref_enabled_ is changed.
void OnEnabledChanged();
-
- std::unique_ptr<devtools_http_handler::DevToolsHttpHandler>
- devtools_http_handler_;
-
BooleanPrefMember pref_enabled_;
uint16_t port_;
+ bool is_started_;
DISALLOW_COPY_AND_ASSIGN(RemoteDebuggingServer);
};
« no previous file with comments | « chromecast/browser/devtools/cast_devtools_delegate.cc ('k') | chromecast/browser/devtools/remote_debugging_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698