[
  {
    "can_be_recommended": true,
    "os": [
      "android",
      "win",
      "linux",
      "mac",
      "chromeos",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "bookmark_bar.show_on_all_tabs": {
            "default_value": false
          },
          "bookmark_bar.visibility_state": {
            "default_value": 1
          }
        }
      },
      {
        "policies": {
          "BookmarkBarEnabled": true
        },
        "prefs": {
          "bookmark_bar.show_on_all_tabs": {
            "value": true
          },
          "bookmark_bar.visibility_state": {
            "value": 0
          }
        }
      },
      {
        "policies": {
          "BookmarkBarEnabled": false
        },
        "prefs": {
          "bookmark_bar.show_on_all_tabs": {
            "value": false
          },
          "bookmark_bar.visibility_state": {
            "value": 2
          }
        }
      }
    ]
  }
]
