| 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. | 
|  |