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

Unified Diff: chromecast/shell/browser/devtools/remote_debugging_server_simple.cc

Issue 454063004: Adds remote devtools support to cast_shell. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 4 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/shell/browser/devtools/remote_debugging_server_simple.cc
diff --git a/chromecast/common/chromecast_config_simple.cc b/chromecast/shell/browser/devtools/remote_debugging_server_simple.cc
similarity index 54%
copy from chromecast/common/chromecast_config_simple.cc
copy to chromecast/shell/browser/devtools/remote_debugging_server_simple.cc
index f62efe524b848cf05ec0bd0438c29d801298eaf6..40d7a2c6bcc475b0f6c0ad39e5ec3e9d2880a7d3 100644
--- a/chromecast/common/chromecast_config_simple.cc
+++ b/chromecast/shell/browser/devtools/remote_debugging_server_simple.cc
@@ -2,11 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chromecast/common/chromecast_config.h"
+#include "chromecast/shell/browser/devtools/remote_debugging_server.h"
namespace chromecast {
+namespace shell {
-void ChromecastConfig::RegisterPlatformPrefs(PrefRegistrySimple* registry) {
+bool RemoteDebuggingServer::ShouldStartImmediately() {
+ return true;
}
+} // namespace shell
} // namespace chromecast
« no previous file with comments | « chromecast/shell/browser/devtools/remote_debugging_server.cc ('k') | chromecast/shell/browser/resources/resource_ids » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698