| Index: chrome/browser/resources/plugins.js
|
| diff --git a/chrome/browser/resources/plugins.js b/chrome/browser/resources/plugins.js
|
| index aaa49ce157678b45e578b8a59fab292c8c699da7..011dba95f8df4660014593890f0ebd6a91b48f3f 100644
|
| --- a/chrome/browser/resources/plugins.js
|
| +++ b/chrome/browser/resources/plugins.js
|
| @@ -51,6 +51,7 @@ function loadShowDetailsFromPrefs(show_details) {
|
| * update_url: 'http://update/',
|
| * critical: true,
|
| * enabled: true,
|
| + * identifier: 'plugin-name',
|
| * plugin_files: [
|
| * {
|
| * path: '/blahblah/blahblah/MyCrappyPlugin.plugin',
|
|
|