| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 103e972d32a661319bdb0150c0f374cf2f588a31..93d7bcb4840397ac16413553ae19b57888023995 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -2346,4 +2346,8 @@ const char kQuickCheckEnabled[] = "proxy.quick_check_enabled";
|
| // Whether Guest Mode is enabled within the browser.
|
| const char kBrowserGuestModeEnabled[] = "profile.browser_guest_enabled";
|
|
|
| +// A boolean pref that specifies to the GPU process if it should try to use
|
| +// WARP GPU software emulation.
|
| +const char kGPUUseWarp[] = "gpu.use_warp";
|
| +
|
| } // namespace prefs
|
|
|