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

Unified Diff: chrome/browser/media/router/media_router_mojo_impl.cc

Issue 1273423004: Shows a launch spinner next to a sink once it is selected to create a route. The launch spinner sur… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move launch tracker to extension. Created 5 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: chrome/browser/media/router/media_router_mojo_impl.cc
diff --git a/chrome/browser/media/router/media_router_mojo_impl.cc b/chrome/browser/media/router/media_router_mojo_impl.cc
index ace0a47cf560a2b629b2ea17e02d3435bb4dadb0..35e15b3be252caf6cd006d918394d977908303b8 100644
--- a/chrome/browser/media/router/media_router_mojo_impl.cc
+++ b/chrome/browser/media/router/media_router_mojo_impl.cc
@@ -204,6 +204,7 @@ void MediaRouterMojoImpl::CreateRoute(
callback.Run(nullptr, "Invalid origin");
return;
}
+
apacible 2015/08/11 18:29:58 remove newline?
haibinlu 2015/08/12 20:32:53 Done.
RunOrDefer(base::Bind(
&MediaRouterMojoImpl::DoCreateRoute, base::Unretained(this), source_id,
sink_id, origin.is_empty() ? "" : origin.spec(), tab_id, callbacks));

Powered by Google App Engine
This is Rietveld 408576698