Skip to content

Commit

Permalink
ephemeral storage is enabled by default now
Browse files Browse the repository at this point in the history
  • Loading branch information
bridiver committed Apr 21, 2021
1 parent 5d90527 commit 5f7459e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions browser/ephemeral_storage/ephemeral_storage_browsertest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,7 @@ content::EvalJsResult GetCookiesInFrame(RenderFrameHost* host) {
class EphemeralStorageBrowserTest : public InProcessBrowserTest {
public:
EphemeralStorageBrowserTest()
: https_server_(net::EmbeddedTestServer::TYPE_HTTPS) {
scoped_feature_list_.InitAndEnableFeature(
net::features::kBraveEphemeralStorage);
}
: https_server_(net::EmbeddedTestServer::TYPE_HTTPS) {}

void SetUpOnMainThread() override {
InProcessBrowserTest::SetUpOnMainThread();
Expand Down

0 comments on commit 5f7459e

Please sign in to comment.