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

Side by Side Diff: ui/aura/test/aura_test_base.h

Issue 8387043: [Aura] Support always-on-top top level window. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync and update comment per ben Created 9 years, 1 month 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
« no previous file with comments | « ui/aura/desktop_host_linux.cc ('k') | ui/aura/test/aura_test_base.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef UI_AURA_TEST_AURA_TEST_BASE_H_ 5 #ifndef UI_AURA_TEST_AURA_TEST_BASE_H_
6 #define UI_AURA_TEST_AURA_TEST_BASE_H_ 6 #define UI_AURA_TEST_AURA_TEST_BASE_H_
7 #pragma once 7 #pragma once
8 8
9 #include "base/compiler_specific.h" 9 #include "base/compiler_specific.h"
10 #include "base/basictypes.h" 10 #include "base/basictypes.h"
(...skipping 10 matching lines...) Expand all
21 public: 21 public:
22 AuraTestBase(); 22 AuraTestBase();
23 virtual ~AuraTestBase(); 23 virtual ~AuraTestBase();
24 24
25 TestStackingClient* GetTestStackingClient(); 25 TestStackingClient* GetTestStackingClient();
26 26
27 // testing::Test: 27 // testing::Test:
28 virtual void SetUp() OVERRIDE; 28 virtual void SetUp() OVERRIDE;
29 virtual void TearDown() OVERRIDE; 29 virtual void TearDown() OVERRIDE;
30 30
31 protected:
32 // Flushes message loop.
33 void RunAllPendingInMessageLoop();
34
31 private: 35 private:
32 MessageLoopForUI message_loop_; 36 MessageLoopForUI message_loop_;
33 bool setup_called_; 37 bool setup_called_;
34 bool teardown_called_; 38 bool teardown_called_;
35 39
36 DISALLOW_COPY_AND_ASSIGN(AuraTestBase); 40 DISALLOW_COPY_AND_ASSIGN(AuraTestBase);
37 }; 41 };
38 42
39 } // namespace test 43 } // namespace test
40 } // namespace aura 44 } // namespace aura
41 45
42 #endif // UI_AURA_TEST_AURA_TEST_BASE_H_ 46 #endif // UI_AURA_TEST_AURA_TEST_BASE_H_
OLDNEW
« no previous file with comments | « ui/aura/desktop_host_linux.cc ('k') | ui/aura/test/aura_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698