| Index: third_party/closure_compiler/externs/settings_private.js
|
| diff --git a/third_party/closure_compiler/externs/settings_private.js b/third_party/closure_compiler/externs/settings_private.js
|
| index 5988b39daf9086d4891e2ca06befb7dc46c8e1e1..228516f026a191c7e848d6efeef6cca1eef5f007 100644
|
| --- a/third_party/closure_compiler/externs/settings_private.js
|
| +++ b/third_party/closure_compiler/externs/settings_private.js
|
| @@ -26,6 +26,7 @@ chrome.settingsPrivate.PrefType = {
|
| STRING: 'STRING',
|
| URL: 'URL',
|
| LIST: 'LIST',
|
| + DICTIONARY: 'DICTIONARY',
|
| };
|
|
|
| /**
|
|
|