| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 51b573d0db84428287c568d25fe123f47339e5ca..9b3dd1dc196c34f44d635339e9ca832eb6f28b35 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1090,6 +1090,11 @@ const char kPartitionDefaultZoomLevel[] = "partition.default_zoom_level";
|
| // be displayed at the default zoom level.
|
| const char kPartitionPerHostZoomLevels[] = "partition.per_host_zoom_levels";
|
|
|
| +// Whether zoom changes should be scoped to origins by default.
|
| +// If false, zoom changes are per-tab.
|
| +const char kPartitionDefaultZoomOriginScope[] =
|
| + "partition.default_zoom_origin_scope";
|
| +
|
| #if !defined(OS_ANDROID)
|
| const char kPinnedTabs[] = "pinned_tabs";
|
| #endif
|
|
|