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

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2816403002: test all
Patch Set: fix sharedworker 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/browser/renderer_host/render_process_host_impl.cc » ('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 b10057ec082bc934b4674210ca6c12309858dc06..00e38e977dda1ca61ba52815626646d850665f41 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/browser/renderer_host/render_process_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698