summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/pref_service/overlay.json
blob: 11c029309447b379ddde5441715a8a5ba869902d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
   "both": {
      "bool": false,
      "dictionary": {
         "value": "persistent"
      },
      "int": 1,
      "list": [ "persistent" ],
      "real": 1,
      "string": "persistent"
   },
   "persistent": {
      "bool": false,
      "dictionary": {
         "value": "persistent"
      },
      "int": 1,
      "list": [ "persistent" ],
      "real": 1.0,
      "string": "persistent"
   }
}