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

Unified Diff: chrome/browser/flag_descriptions.h

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/about_flags.cc ('k') | chrome/browser/flag_descriptions.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/flag_descriptions.h
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
index ce8ff8b7d7211c45bddd704d5a8674459092874c..619c6aba9341d9eb60deb032b29149cc12936061 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -105,6 +105,12 @@ extern const char kSpeculativePrefetchName[];
// Description for the flag to set parameters for Speculative Prefetch.
extern const char kSpeculativePrefetchDescription[];
+// Name for experimental resource fetch optimizations for workers.
+extern const char kOffMainThreadFetchName[];
+
+// Description for experimental resource fetch optimizations for workers.
+extern const char kOffMainThreadFetchDescription[];
+
// Force Tablet Mode
// Name for the flag to force tablet mode.
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/flag_descriptions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698