| Index: chrome/common/pref_names.h
|
| diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
|
| index 9893a437475da0f0039596e7ba278cde1fae46c8..80ac37dbb124079e1127a8cd28064937ee818ef6 100644
|
| --- a/chrome/common/pref_names.h
|
| +++ b/chrome/common/pref_names.h
|
| @@ -379,12 +379,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[];
|
|
|