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

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

Issue 1363593003: [Media Router] Set timeout for route creation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changes per imcheng@'s comments. Created 5 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
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 9e68e70bf1a5eed1ff4ab99ebd5c7e41a033288c..72f6bb00a2b065bb306dffcacbe0da782687c926 100644
--- a/chrome/test/media_router/media_router_integration_browsertest.h
+++ b/chrome/test/media_router/media_router_integration_browsertest.h
@@ -77,6 +77,10 @@ class MediaRouterIntegrationBrowserTest : public MediaRouterBaseBrowserTest {
// route did not show up before the timeout.
void WaitUntilRouteCreated();
+ // Wait for route creation to timeout. Fails if a route shows up before the
+ // timeout.
+ void WaitUntilRouteCreationTimeout();
+
private:
// Get the full path of the resource file.
// |relative_path|: The relative path to

Powered by Google App Engine
This is Rietveld 408576698