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

Unified Diff: athena/test/athena_test_helper.h

Issue 490033003: Fixes three crashes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add file thread Created 6 years, 4 months 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « athena/system/system_ui_impl.cc ('k') | athena/test/athena_test_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/test/athena_test_helper.h
diff --git a/athena/test/athena_test_helper.h b/athena/test/athena_test_helper.h
index a2bff538b54c25ff59ce99567db79fa1eb64b149..0e15599fe69e50ac62380a482ede5d8d36e3def5 100644
--- a/athena/test/athena_test_helper.h
+++ b/athena/test/athena_test_helper.h
@@ -11,6 +11,7 @@
namespace base {
class MessageLoopForUI;
+class Thread;
}
namespace ui {
@@ -68,6 +69,7 @@ class AthenaTestHelper {
scoped_ptr<aura::client::FocusClient> focus_client_;
scoped_ptr< ::wm::InputMethodEventFilter> input_method_filter_;
scoped_ptr<ui::ScopedAnimationDurationScaleMode> zero_duration_mode_;
+ scoped_ptr<base::Thread> file_thread_;
DISALLOW_COPY_AND_ASSIGN(AthenaTestHelper);
};
« no previous file with comments | « athena/system/system_ui_impl.cc ('k') | athena/test/athena_test_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698