Index: content/public/test/test_browser_thread_bundle.h |
diff --git a/content/public/test/test_browser_thread_bundle.h b/content/public/test/test_browser_thread_bundle.h |
index 808877d3b46d798aeaf0840cc909c7788f0fd365..57fae746a8121074afaaebbf4b33744143b615af 100644 |
--- a/content/public/test/test_browser_thread_bundle.h |
+++ b/content/public/test/test_browser_thread_bundle.h |
@@ -62,6 +62,9 @@ class TestBrowserThreadBundle { |
DEFAULT = 0x00, |
IO_MAINLOOP = 0x01, |
REAL_DB_THREAD = 0x02, |
+ // Uses NestedMessagePumpAndroid to process the Java message queue during |
+ // run loops (needed for AsyncTasks etc). Has no effect on other platforms. |
+ NESTED_JAVA_ON_ANDROID = 0x04, |
Peter Beverloo
2016/04/11 15:47:56
I am very concerned about further spreading availa
johnme
2016/04/21 10:58:37
Removed since I no longer use NestedSystemMessageH
|
REAL_FILE_THREAD = 0x08, |
REAL_FILE_USER_BLOCKING_THREAD = 0x10, |
REAL_PROCESS_LAUNCHER_THREAD = 0x20, |