| Index: chrome/test/media_router/resources/common.js
|
| diff --git a/chrome/test/media_router/resources/common.js b/chrome/test/media_router/resources/common.js
|
| index 35029eafab22f6bb7ffb5074cfc2440640cc3071..6740342957cb0e845a3068bb7a20ba9fc224733e 100644
|
| --- a/chrome/test/media_router/resources/common.js
|
| +++ b/chrome/test/media_router/resources/common.js
|
| @@ -14,7 +14,7 @@ var presentationUrl = null;
|
| if (window.location.href.indexOf('__is_android__=true') >= 0) {
|
| // For android, "google.com/cast" is required in presentation URL.
|
| // TODO(zqzhang): this requirement may be removed in the future.
|
| - presentationUrl = "http://google.com/cast#__castAppId__=CCCCCCCC/";
|
| + presentationUrl = "https://google.com/cast#__castAppId__=CCCCCCCC/";
|
| } else {
|
| presentationUrl = "http://www.google.com/#__testprovider__=true";
|
| }
|
|
|