Index: chromecast/shell/browser/webui/webui_cast_simple.cc |
diff --git a/chromecast/shell/browser/devtools/remote_debugging_server_simple.cc b/chromecast/shell/browser/webui/webui_cast_simple.cc |
similarity index 64% |
copy from chromecast/shell/browser/devtools/remote_debugging_server_simple.cc |
copy to chromecast/shell/browser/webui/webui_cast_simple.cc |
index 40d7a2c6bcc475b0f6c0ad39e5ec3e9d2880a7d3..76c2a647e47b162fdbb587e95d5846282c12d394 100644 |
--- a/chromecast/shell/browser/devtools/remote_debugging_server_simple.cc |
+++ b/chromecast/shell/browser/webui/webui_cast_simple.cc |
@@ -2,13 +2,13 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "chromecast/shell/browser/devtools/remote_debugging_server.h" |
+#include "chromecast/shell/browser/webui/webui_cast.h" |
namespace chromecast { |
namespace shell { |
-bool RemoteDebuggingServer::ShouldStartImmediately() { |
- return true; |
+void InitializeWebUI() { |
+ // Intentional no-op for public cast_shell build. |
} |
} // namespace shell |