Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1220)

Unified Diff: chrome/browser/resources/plugins.js

Issue 10095029: Disable "always allowed" checkbox in chrome://plugins for disabled plug-ins. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',

Powered by Google App Engine
This is Rietveld 408576698