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

Unified Diff: content/public/test/test_browser_thread_bundle.h

Issue 1851423003: Make Web Push use InstanceID tokens instead of GCM registrations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@iid4default
Patch Set: Fix GN/GYP 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
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,

Powered by Google App Engine
This is Rietveld 408576698