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

Unified Diff: chrome/browser/extensions/cast_streaming_apitest.cc

Issue 170063006: Cast: Add JS API to get raw events logs from cast extension. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: pass presubmit Created 6 years, 10 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 | chrome/common/extensions/api/cast_streaming_rtp_stream.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/cast_streaming_apitest.cc
diff --git a/chrome/browser/extensions/cast_streaming_apitest.cc b/chrome/browser/extensions/cast_streaming_apitest.cc
index a1e2ab0c213d890719f8e17d3b33a46852ea4183..04ef6770c2a9914603dcc63736e85be3f68a5003 100644
--- a/chrome/browser/extensions/cast_streaming_apitest.cc
+++ b/chrome/browser/extensions/cast_streaming_apitest.cc
@@ -24,4 +24,8 @@ IN_PROC_BROWSER_TEST_F(CastStreamingApiTest, Basics) {
ASSERT_TRUE(RunExtensionSubtest("cast_streaming", "basics.html"));
}
+IN_PROC_BROWSER_TEST_F(CastStreamingApiTest, BadLogging) {
+ ASSERT_TRUE(RunExtensionSubtest("cast_streaming", "bad_logging.html"));
+}
+
} // namespace extensions
« no previous file with comments | « no previous file | chrome/common/extensions/api/cast_streaming_rtp_stream.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698