Commit e83aa862 authored by Devlin Cronin's avatar Devlin Cronin Committed by Commit Bot

[Extensions] Update PageActionCrash25562 test to manifest v2

The PageActionCrash25562 test has been updated to manifest v2.
Remove the allowance for manifest v1 extensions.

Bug: 816679
Change-Id: I56c954aebb48a469cd7a9ab5c9f916d73498d5d5
Reviewed-on: https://chromium-review.googlesource.com/1018408
Commit-Queue: Devlin <rdevlin.cronin@chromium.org>
Reviewed-by: default avatarIstiaque Ahmed <lazyboy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#552145}
parent 0f348183
...@@ -36,9 +36,6 @@ const std::string kHashPageB = ...@@ -36,9 +36,6 @@ const std::string kHashPageB =
IN_PROC_BROWSER_TEST_F(ExtensionBrowserTest, PageActionCrash25562) { IN_PROC_BROWSER_TEST_F(ExtensionBrowserTest, PageActionCrash25562) {
ASSERT_TRUE(embedded_test_server()->Start()); ASSERT_TRUE(embedded_test_server()->Start());
base::CommandLine::ForCurrentProcess()->AppendSwitch(
switches::kAllowLegacyExtensionManifests);
// This page action will not show an icon, since it doesn't specify one but // This page action will not show an icon, since it doesn't specify one but
// is included here to test for a crash (http://crbug.com/25562). // is included here to test for a crash (http://crbug.com/25562).
ASSERT_TRUE(LoadExtension( ASSERT_TRUE(LoadExtension(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment