[go: nahoru, domu]

blob: 8e1670f1ce1e3efdcb46c1a764554a14fb6ff460 [file] [log] [blame]
// 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_