| Index: chrome/test/data/policy/policy_test_cases.json | 
| diff --git a/chrome/test/data/policy/policy_test_cases.json b/chrome/test/data/policy/policy_test_cases.json | 
| index f66293ea588f72c860ce0083270cb281f955cd49..d297939ff6d7c72ae771431ac54f035e72dda3c9 100644 | 
| --- a/chrome/test/data/policy/policy_test_cases.json | 
| +++ b/chrome/test/data/policy/policy_test_cases.json | 
| @@ -384,6 +384,14 @@ | 
| ] | 
| }, | 
|  | 
| +  "AlwaysOpenPdfExternally": { | 
| +    "os": ["win", "linux", "mac"], | 
| +    "test_policy": { "AlwaysOpenPdfExternally": true }, | 
| +    "pref_mappings": [ | 
| +      { "pref": "plugins.always_open_pdf_externally" } | 
| +    ] | 
| +  }, | 
| + | 
| "DisablePluginFinder": { | 
| "os": ["win", "linux", "mac", "chromeos"], | 
| "test_policy": { "DisablePluginFinder": true }, | 
|  |