chromium/chrome/browser/extensions/api/passwords_private/password_access_auth_timeout_handler_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 "chrome/browser/extensions/api/passwords_private/password_access_auth_timeout_handler.h"

#include <utility>

#include "base/test/mock_callback.h"
#include "base/test/task_environment.h"
#include "base/time/time.h"
#include "components/password_manager/core/common/password_manager_constants.h"
#include "testing/gtest/include/gtest/gtest.h"

kPasswordManagerAuthValidity;
TestWithParam;
Values;

namespace extensions {

MockTimeoutCallback;

class PasswordAccessAuthTimeoutHandlerTest : public TestWithParam<bool> {};

TEST_F(PasswordAccessAuthTimeoutHandlerTest, RestartAuthTimer) {}

}  // namespace extensions