| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 9741eefe46c2c9420408087a4ad7ee4b048cc84e..3679ea957980f23ae48f0049541f92d0b266c1dc 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1117,6 +1117,7 @@ const char kContentSettingsPluginWhitelist[] =
|
| "profile.content_settings.plugin_whitelist";
|
| #endif
|
|
|
| +#if !defined(OS_ANDROID)
|
| // Double that indicates the default zoom level.
|
| const char kPartitionDefaultZoomLevel[] = "partition.default_zoom_level";
|
|
|
| @@ -1124,9 +1125,8 @@ const char kPartitionDefaultZoomLevel[] = "partition.default_zoom_level";
|
| // be displayed at the default zoom level.
|
| const char kPartitionPerHostZoomLevels[] = "partition.per_host_zoom_levels";
|
|
|
| -#if !defined(OS_ANDROID)
|
| const char kPinnedTabs[] = "pinned_tabs";
|
| -#endif
|
| +#endif // !defined(OS_ANDROID)
|
|
|
| // Preference to disable 3D APIs (WebGL, Pepper 3D).
|
| const char kDisable3DAPIs[] = "disable_3d_apis";
|
|
|