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

Unified Diff: chrome/browser/ui/views/toolbar/toolbar_action_view_interactive_uitest.cc

Issue 2311533002: [Extensions UI] Remove override of toolbar redesign in many tests (Closed)
Patch Set: mac Created 4 years, 3 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/browser/ui/views/toolbar/browser_actions_container_browsertest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/toolbar/toolbar_action_view_interactive_uitest.cc
diff --git a/chrome/browser/ui/views/toolbar/toolbar_action_view_interactive_uitest.cc b/chrome/browser/ui/views/toolbar/toolbar_action_view_interactive_uitest.cc
index dde485e14ceb91c58411633e53fd33f120a04035..c5d263d3efcf4bd0ae1977119d63c127e230f212 100644
--- a/chrome/browser/ui/views/toolbar/toolbar_action_view_interactive_uitest.cc
+++ b/chrome/browser/ui/views/toolbar/toolbar_action_view_interactive_uitest.cc
@@ -139,9 +139,6 @@ class ToolbarActionViewInteractiveUITest : public ExtensionBrowserTest {
void TearDownOnMainThread() override;
private:
- // Override the extensions-action-redesign switch.
- std::unique_ptr<extensions::FeatureSwitch::ScopedOverride> feature_override_;
-
DISALLOW_COPY_AND_ASSIGN(ToolbarActionViewInteractiveUITest);
};
@@ -151,10 +148,6 @@ ToolbarActionViewInteractiveUITest::~ToolbarActionViewInteractiveUITest() {}
void ToolbarActionViewInteractiveUITest::SetUpCommandLine(
base::CommandLine* command_line) {
ExtensionBrowserTest::SetUpCommandLine(command_line);
- // We do this before the rest of the setup because it can affect how the views
- // are constructed.
- feature_override_.reset(new extensions::FeatureSwitch::ScopedOverride(
- extensions::FeatureSwitch::extension_action_redesign(), true));
ToolbarActionsBar::disable_animations_for_testing_ = true;
}
« no previous file with comments | « chrome/browser/ui/views/toolbar/browser_actions_container_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698