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

Unified Diff: chrome/test/media_router/media_router_integration_browsertest.h

Issue 2918433002: [Media Router tests] Fix MANUAL_Fail_StartCancelledNoSupportedSinks. (Closed)
Patch Set: Update comments Created 3 years, 7 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/test/media_router/media_router_integration_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/media_router/media_router_integration_browsertest.h
diff --git a/chrome/test/media_router/media_router_integration_browsertest.h b/chrome/test/media_router/media_router_integration_browsertest.h
index a7888ded7babc66fc51462d9341b2a58ed451e24..a813450d664971ec961579e66f64900a14231759 100644
--- a/chrome/test/media_router/media_router_integration_browsertest.h
+++ b/chrome/test/media_router/media_router_integration_browsertest.h
@@ -74,8 +74,10 @@ class MediaRouterIntegrationBrowserTest : public MediaRouterBaseBrowserTest {
void CheckDialogRemainsOpen(content::WebContents* web_contents);
- // Opens "basic_test.html," and starts a presentation.
- content::WebContents* StartSessionWithTestPageNow();
+ // Opens "basic_test.html" and asserts that attempting to start a presentation
+ // fails with NotFoundError due to no sinks available.
+ void StartSessionAndAssertNotFoundError();
+
// Opens "basic_test.html," waits for sinks to be available, and starts a
// presentation.
content::WebContents* StartSessionWithTestPageAndSink();
« no previous file with comments | « no previous file | chrome/test/media_router/media_router_integration_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698