| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index bcf782096bef5304eb4289d83749a2ac99ef74ee..a824d2022a76c5cd3b7ccb36e6c631534883ca50 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -835,6 +835,9 @@ const char kUseGpuInTests[] = "use-gpu-in-tests";
|
| // Set when Chromium should use a mobile user agent.
|
| const char kUseMobileUserAgent[] = "use-mobile-user-agent";
|
|
|
| +// Turns on solid color scrollbars by default.
|
| +const char kUseSolidColorScrollbars[] = "use-solid-color-scrollbars";
|
| +
|
| // A string used to override the default user agent with a custom one.
|
| const char kUserAgent[] = "user-agent";
|
|
|
|
|