| Index: content/public/common/content_switches.h
|
| diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h
|
| index 434577ee76281f6b326fd23c7bb698f862dbb4ac..3ec9b061b478c4648745d36210359728ce77ec7d 100644
|
| --- a/content/public/common/content_switches.h
|
| +++ b/content/public/common/content_switches.h
|
| @@ -169,6 +169,7 @@ extern const char kGpuStartupDialog[];
|
| extern const char kGpuVendorID[];
|
| #if defined(OS_ANDROID)
|
| CONTENT_EXPORT extern const char kHideScrollbars[];
|
| +CONTENT_EXPORT extern const char kIgnoreRootLayerFlings[];
|
| #endif
|
| CONTENT_EXPORT extern const char kHostResolverRules[];
|
| CONTENT_EXPORT extern const char kIgnoreCertificateErrors[];
|
|
|