 Chromium Code Reviews
 Chromium Code Reviews Issue 1991953002:
  Implement a runtime headless mode for Linux  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master
    
  
    Issue 1991953002:
  Implement a runtime headless mode for Linux  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master| Index: ui/gfx/switches.h | 
| diff --git a/ui/gfx/switches.h b/ui/gfx/switches.h | 
| index c589a1ff90e37674d67f07af55235c5fbd1582ad..59c1f3802f97d3c7ece81c825755d7050a3f5808 100644 | 
| --- a/ui/gfx/switches.h | 
| +++ b/ui/gfx/switches.h | 
| @@ -18,6 +18,8 @@ GFX_EXPORT extern const char kDisableDirectWriteForUI[]; | 
| GFX_EXPORT extern const char kEnableHarfBuzzRenderText[]; | 
| #endif | 
| +GFX_EXPORT extern const char kHeadless[]; | 
| + | 
| } // namespace switches | 
| #endif // UI_GFX_SWITCHES_H_ |