diff options
Diffstat (limited to 'chrome/browser/ui/views/test/ui_test_utils_aura.h')
-rw-r--r-- | chrome/browser/ui/views/test/ui_test_utils_aura.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/chrome/browser/ui/views/test/ui_test_utils_aura.h b/chrome/browser/ui/views/test/ui_test_utils_aura.h deleted file mode 100644 index 6795434..0000000 --- a/chrome/browser/ui/views/test/ui_test_utils_aura.h +++ /dev/null @@ -1,21 +0,0 @@ -// Copyright (c) 2012 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. - -#ifndef CHROME_BROWSER_UI_VIEWS_TEST_UI_TEST_UTILS_AURA_H_ -#define CHROME_BROWSER_UI_VIEWS_TEST_UI_TEST_UTILS_AURA_H_ - -#include "chrome/test/base/ui_test_utils.h" - -#include "ui/aura/window.h" - -namespace ui_test_utils { - -// Aura variants of ui_test_utils method. Don't use these directly, they are -// used to share code between win-aura and non-win-aura. -void HideNativeWindowAura(gfx::NativeWindow window); -bool ShowAndFocusNativeWindowAura(gfx::NativeWindow window); - -} // namespace ui_test_utils - -#endif // CHROME_BROWSER_UI_VIEWS_TEST_UI_TEST_UTILS_AURA_H_ |