| Index: chrome/browser/flag_descriptions.h
|
| diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
|
| index 678847184635291a6c8c89e182bcd591287a1601..309c65262fea8a6b8ec53f767435de3b611519b9 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.
|
|
|