chromium/chrome/browser/ash/crostini/crostini_test_util.h

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

#ifndef CHROME_BROWSER_ASH_CROSTINI_CROSTINI_TEST_UTIL_H_
#define CHROME_BROWSER_ASH_CROSTINI_CROSTINI_TEST_UTIL_H_

namespace crostini {

// Sets up environment to allow dialog creation in tests.
void SetUpViewsEnvironmentForTesting();

// Tears down environment that allowed dialog creation in tests.
void TearDownViewsEnvironmentForTesting();

}  // namespace crostini

#endif  // CHROME_BROWSER_ASH_CROSTINI_CROSTINI_TEST_UTIL_H_