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

Unified Diff: chrome/test/media_router/media_router_base_browsertest.cc

Issue 2451573003: [Media Router] Update Media Router flags post-launch. (Closed)
Patch Set: Rebase & respond to apacible@ comments. Created 4 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
« no previous file with comments | « chrome/test/media_router/media_router_base_browsertest.h ('k') | extensions/common/feature_switch.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/media_router/media_router_base_browsertest.cc
diff --git a/chrome/test/media_router/media_router_base_browsertest.cc b/chrome/test/media_router/media_router_base_browsertest.cc
index 6ed5e9e1d9927a6ddd1257f995d68fad9fce85df..c482015ebbd543f3f76ec7f85b94cc2ca00e4156 100644
--- a/chrome/test/media_router/media_router_base_browsertest.cc
+++ b/chrome/test/media_router/media_router_base_browsertest.cc
@@ -33,10 +33,7 @@ namespace media_router {
MediaRouterBaseBrowserTest::MediaRouterBaseBrowserTest()
: extension_load_event_(base::WaitableEvent::ResetPolicy::AUTOMATIC,
base::WaitableEvent::InitialState::NOT_SIGNALED),
- extension_host_created_(false),
- feature_override_(extensions::FeatureSwitch::media_router(), true) {
- base::CommandLine::ForCurrentProcess()->AppendSwitchASCII(
- switches::kEnableExperimentalWebPlatformFeatures, "Presentation");
+ extension_host_created_(false) {
}
MediaRouterBaseBrowserTest::~MediaRouterBaseBrowserTest() {
« no previous file with comments | « chrome/test/media_router/media_router_base_browsertest.h ('k') | extensions/common/feature_switch.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698