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

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2799883002: [Not Ready To Comimt] Add chrome://flags/#enable-off-main-thread-fetch
Patch Set: 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') | tools/metrics/histograms/histograms.xml » ('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 6b3dd6e223e747cf977ab080adf0c0ad5c2abab2..ff500794a3d820a1467385162af03327643fb2b8 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') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698