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

Unified Diff: chrome/browser/ui/toolbar/browser_actions_bar_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
Index: chrome/browser/ui/toolbar/browser_actions_bar_browsertest.cc
diff --git a/chrome/browser/ui/toolbar/browser_actions_bar_browsertest.cc b/chrome/browser/ui/toolbar/browser_actions_bar_browsertest.cc
index 7a898599d09f5a14b3949cf28f54510bb9e2bf51..020a11f50d9ab11b69fa315bf2d47a47702b2762 100644
--- a/chrome/browser/ui/toolbar/browser_actions_bar_browsertest.cc
+++ b/chrome/browser/ui/toolbar/browser_actions_bar_browsertest.cc
@@ -70,10 +70,6 @@ void BrowserActionsBarBrowserTest::SetUpCommandLine(
base::CommandLine* command_line) {
ExtensionBrowserTest::SetUpCommandLine(command_line);
ToolbarActionsBar::disable_animations_for_testing_ = true;
- // We need to disable Media Router since having Media Router enabled will
- // result in auto-enabling the redesign and breaking the test.
- override_media_router_.reset(new extensions::FeatureSwitch::ScopedOverride(
- extensions::FeatureSwitch::media_router(), false));
// These tests are deliberately testing behavior without the redesign.
// Forcefully disable it.
override_redesign_.reset(new extensions::FeatureSwitch::ScopedOverride(
« no previous file with comments | « chrome/browser/ui/location_bar/location_bar_browsertest.cc ('k') | chrome/browser/ui/toolbar/media_router_contextual_menu.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698