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

Unified Diff: chrome/browser/about_flags.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 | « no previous file | chrome/browser/flag_descriptions.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index d9a048eea033df659f8cee2ab3ce9477fec9a181..5755e37b4f646602b4e85332afe606453f6dc2e0 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -2654,6 +2654,10 @@ const FeatureEntry kFeatureEntries[] = {
kSpeculativeResourcePrefetchingFeatureVariations,
"SpeculativeResourcePrefetchingValidation")},
+ {"enable-off-main-thread-fetch", flag_descriptions::kOffMainThreadFetchName,
+ flag_descriptions::kOffMainThreadFetchDescription, kOsAll,
+ FEATURE_VALUE_TYPE(features::kOffMainThreadFetch)},
+
#if defined(OS_MACOSX)
{"tab-strip-keyboard-focus", flag_descriptions::kTabStripKeyboardFocusName,
flag_descriptions::kTabStripKeyboardFocusDescription, kOsMac,
« no previous file with comments | « no previous file | chrome/browser/flag_descriptions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698