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

[Extensions] Update DeviceLocalAccountTests to manifest v2

DeviceLocalAccountTests have been updated to manifest v2.
Remove the allowance for manifest v1 extensions.

Bug: 816679
Change-Id: If61d9bf5b3b9a919c152c5486bae57513e095c18
Reviewed-on: https://chromium-review.googlesource.com/1026074Reviewed-by: default avatarJulian Pastarmov <pastarmovj@chromium.org>
Commit-Queue: Devlin <rdevlin.cronin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#553548}
parent 4a8424da
......@@ -130,7 +130,6 @@
#include "extensions/browser/test_extension_registry_observer.h"
#include "extensions/common/constants.h"
#include "extensions/common/extension.h"
#include "extensions/common/switches.h"
#include "net/base/url_util.h"
#include "net/http/http_status_code.h"
#include "net/test/embedded_test_server/embedded_test_server.h"
......@@ -444,10 +443,6 @@ class DeviceLocalAccountTest : public DevicePolicyCrosBrowserTest,
command_line->AppendSwitchASCII(chromeos::switches::kLoginProfile, "user");
command_line->AppendSwitchASCII(policy::switches::kDeviceManagementUrl,
test_server_.GetServiceURL().spec());
// TODO(devlin): Remove this. See https://crbug.com/816679.
command_line->AppendSwitch(
extensions::switches::kAllowLegacyExtensionManifests);
}
void SetUpInProcessBrowserTestFixture() override {
......
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