| Index: chrome/common/pref_names.h
|
| diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
|
| index dfd317681c6760a66d77640d928574ed47fa3ab3..02a7690d87fa733dfc7bf555dc1ae7279ea5c7ab 100644
|
| --- a/chrome/common/pref_names.h
|
| +++ b/chrome/common/pref_names.h
|
| @@ -380,12 +380,12 @@ extern const char kBackShortcutBubbleShownCount[];
|
| #if BUILDFLAG(ENABLE_PLUGINS)
|
| extern const char kContentSettingsPluginWhitelist[];
|
| #endif
|
| +#if !defined(OS_ANDROID)
|
| extern const char kPartitionDefaultZoomLevel[];
|
| extern const char kPartitionPerHostZoomLevels[];
|
|
|
| -#if !defined(OS_ANDROID)
|
| extern const char kPinnedTabs[];
|
| -#endif
|
| +#endif // !defined(OS_ANDROID)
|
|
|
| extern const char kDisable3DAPIs[];
|
| extern const char kEnableDeprecatedWebPlatformFeatures[];
|
|
|