Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(189)

Side by Side Diff: chrome/browser/ui/views/test/ui_test_utils_aura.h

Issue 11414223: Move the test functions that deal with focus to interactive_ui_tets_utils.h and into the interactiv… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef CHROME_BROWSER_UI_VIEWS_TEST_UI_TEST_UTILS_AURA_H_
6 #define CHROME_BROWSER_UI_VIEWS_TEST_UI_TEST_UTILS_AURA_H_
7
8 #include "chrome/test/base/ui_test_utils.h"
9
10 #include "ui/aura/window.h"
11
12 namespace ui_test_utils {
13
14 // Aura variants of ui_test_utils method. Don't use these directly, they are
15 // used to share code between win-aura and non-win-aura.
16 void HideNativeWindowAura(gfx::NativeWindow window);
17 bool ShowAndFocusNativeWindowAura(gfx::NativeWindow window);
18
19 } // namespace ui_test_utils
20
21 #endif // CHROME_BROWSER_UI_VIEWS_TEST_UI_TEST_UTILS_AURA_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698