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

Unified Diff: chrome/test/media_router/resources/no_supported_sinks.json

Issue 2108973002: [Media Router] Return NotFoundError on dialog exit if appropriate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments, add no-sinks integration test, update test data json format Created 4 years, 6 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 | « chrome/test/media_router/resources/no_sinks.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/media_router/resources/no_supported_sinks.json
diff --git a/chrome/test/media_router/resources/no_supported_sinks.json b/chrome/test/media_router/resources/no_supported_sinks.json
new file mode 100644
index 0000000000000000000000000000000000000000..1c07954c029c6cdeae8fddb9fb9bbc2278e269f9
--- /dev/null
+++ b/chrome/test/media_router/resources/no_supported_sinks.json
@@ -0,0 +1,6 @@
+{
+ "getAvailableSinks": {
+ "urn:x-org.chromium.media:source:desktop":
+ [{"id" : "id1", "friendlyName" : "test-sink-1"}]
+ }
+}
« no previous file with comments | « chrome/test/media_router/resources/no_sinks.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698