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

Unified Diff: content/utility/utility_process_control_impl.h

Issue 1857103003: Test ExistingThreadLoader. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Test thread Created 4 years, 8 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 | « no previous file | content/utility/utility_process_control_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/utility/utility_process_control_impl.h
diff --git a/content/utility/utility_process_control_impl.h b/content/utility/utility_process_control_impl.h
index 9d450fd2fda5496527f242581439ed3c72a55be8..004e9db0a4f24e96e258810a0049b3dcb0a2ff36 100644
--- a/content/utility/utility_process_control_impl.h
+++ b/content/utility/utility_process_control_impl.h
@@ -6,6 +6,7 @@
#define CONTENT_UTILITY_UTILITY_PROCESS_CONTROL_IMPL_H_
#include "base/macros.h"
+#include "base/threading/thread.h"
#include "content/child/process_control_impl.h"
namespace content {
@@ -23,6 +24,8 @@ class UtilityProcessControlImpl : public ProcessControlImpl {
private:
void OnLoadFailed() override;
+ base::Thread test_thread_;
+
DISALLOW_COPY_AND_ASSIGN(UtilityProcessControlImpl);
};
« no previous file with comments | « no previous file | content/utility/utility_process_control_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698