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

[Extensions] Update ExtensionIconSourceTests to manifest v2

Update ExtensionIconSourceTests to manifest v2 and remove the allowance
for manifest v1 extensions.

Bug: 816679
Change-Id: I6fe638994b9ca34b03fc16debcfb547d75e967e1
Reviewed-on: https://chromium-review.googlesource.com/1018405Reviewed-by: default avatarIstiaque Ahmed <lazyboy@chromium.org>
Commit-Queue: Devlin <rdevlin.cronin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#552093}
parent bd68c649
......@@ -16,14 +16,7 @@
#include "net/dns/mock_host_resolver.h"
#include "url/gurl.h"
class ExtensionIconSourceTest : public ExtensionApiTest {
protected:
void SetUpCommandLine(base::CommandLine* command_line) override {
ExtensionApiTest::SetUpCommandLine(command_line);
command_line->AppendSwitch(
extensions::switches::kAllowLegacyExtensionManifests);
}
};
using ExtensionIconSourceTest = ExtensionApiTest;
// Times out on Mac and Win. http://crbug.com/238705
#if defined(OS_WIN) || defined(OS_MACOSX)
......
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