| Index: ui/views/test/views_test_suite.h
|
| diff --git a/ui/views/test/views_test_suite.h b/ui/views/test/views_test_suite.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..8aa9b08ec063b9da3496d4ddc0fdc042aa896e79
|
| --- /dev/null
|
| +++ b/ui/views/test/views_test_suite.h
|
| @@ -0,0 +1,12 @@
|
| +// Copyright 2015 The Chromium Authors. All rights reserved.
|
| +// Use of this source code is governed by a BSD-style license that can be
|
| +// found in the LICENSE file.
|
| +
|
| +namespace test {
|
| +
|
| +// Initializes GLSurface, and the ResourceBundle (with ui::UI_TEST_PAK) for use
|
| +// by a views test suite.
|
| +void InitializeViewsTestSuite();
|
| +void ShutdownViewsTestSuite();
|
| +
|
| +} // namespace test
|
|
|