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

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2807533003: [WIP2] off-main-thread loading
Patch Set: call set_is_secure_context in EmbeddedSharedWorkerStub::CreateWorkerFetchContext() Created 3 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 | « chrome/browser/flag_descriptions.h ('k') | content/child/appcache/web_application_cache_host_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/flag_descriptions.cc
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index 876ad604474790fecbfd2603f7c48021f446743a..4feab5c66c775a0b3464924ebcba932d777fe761 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -99,6 +99,13 @@ const char kSpeculativePrefetchDescription[] =
R"*("Learning" means that only the database construction is enabled, )*"
R"*("Prefetching" that learning and prefetching are enabled.)*";
+const char kOffMainThreadFetchName[] =
+ "Experimental resource fetch optimizations for workers";
+
+const char kOffMainThreadFetchDescription[] =
+ "If enabled, the resource fetch in worker threads will not be blocked by "
+ "the busy main thread.";
+
// Force Tablet Mode
const char kForceTabletModeName[] = "Force Tablet Mode";
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | content/child/appcache/web_application_cache_host_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698