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

Unified Diff: chromecast/shell/browser/webui/webui_cast_simple.cc

Issue 472183002: Chromecast: Adds WebUI stubs for cast shell. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase (since devtools added) 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
« no previous file with comments | « chromecast/shell/browser/webui/webui_cast.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chromecast/shell/browser/webui/webui_cast.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698