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

Unified Diff: mojo/shell/context.cc

Issue 648573002: remove websocket server dependency from the mojo spy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: small cleanup Created 6 years, 2 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 | « no previous file | mojo/spy/spy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/context.cc
diff --git a/mojo/shell/context.cc b/mojo/shell/context.cc
index 253f4b7d24d85bf6b2fc2498b2151b2ef238a697..7450840d2bc0ac7a23e8a6a727e4fb400f4e078c 100644
--- a/mojo/shell/context.cc
+++ b/mojo/shell/context.cc
@@ -222,6 +222,9 @@ void Context::Init() {
spy_.reset(
new mojo::Spy(&application_manager_,
command_line->GetSwitchValueASCII(switches::kSpy)));
+ // TODO(cpu): the spy can snoop, but can't tell anybody until
+ // the Spy::WebSocketDelegate is implemented. In the original repo this
+ // was implemented by src\mojo\spy\websocket_server.h and .cc.
}
#if defined(OS_ANDROID)
« no previous file with comments | « no previous file | mojo/spy/spy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698