chromium/components/os_crypt/sync/key_storage_util_linux_unittest.cc

// Copyright 2017 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "components/os_crypt/sync/key_storage_util_linux.h"
#include "base/files/file_path.h"
#include "base/files/file_util.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace {

class KeyStorageUtilLinuxPreferenceTest : public testing::Test {};

TEST_F(KeyStorageUtilLinuxPreferenceTest, FirstTimeDefaultsToTrue) {}

TEST_F(KeyStorageUtilLinuxPreferenceTest, SetToTrue) {}

TEST_F(KeyStorageUtilLinuxPreferenceTest, SetToFalse) {}

TEST_F(KeyStorageUtilLinuxPreferenceTest, MultipleWrites) {}

class KeyStorageUtilLinuxTest : public testing::Test {};

TEST_F(KeyStorageUtilLinuxTest, PasswordStoreFlagOverrides) {}

TEST_F(KeyStorageUtilLinuxTest, IgnoreBackends) {}

}  // namespace os_crypt