Skip to content

Commit

Permalink
[Extensions] Force toolbar redesign enabled in installed bubble brows…
Browse files Browse the repository at this point in the history
…ertest

BUG=594114

Review URL: https://codereview.chromium.org/1784343003

Cr-Commit-Position: refs/heads/master@{#380719}
  • Loading branch information
rdcronin authored and Commit bot committed Mar 11, 2016
1 parent d069aae commit 57532c0
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,15 @@
#include "chrome/browser/extensions/extension_browsertest.h"
#include "chrome/browser/extensions/extension_service.h"
#include "chrome/browser/ui/extensions/extension_installed_bubble.h"
#include "extensions/common/feature_switch.h"

using ExtensionInstalledBubbleBrowserTest = ExtensionBrowserTest;

IN_PROC_BROWSER_TEST_F(ExtensionInstalledBubbleBrowserTest,
DoNotShowHowToUseForSynthesizedActions) {
extensions::FeatureSwitch::ScopedOverride enable_redesign(
extensions::FeatureSwitch::extension_action_redesign(),
true);
const SkBitmap kEmptyBitmap;
{
scoped_refptr<const extensions::Extension> extension =
Expand Down

0 comments on commit 57532c0

Please sign in to comment.