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

Unified Diff: chrome/browser/ui/webui/plugins/plugins.mojom

Issue 1857263004: Always trust internal PDF viewer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase rebase Created 4 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
« no previous file with comments | « chrome/browser/resources/plugins.js ('k') | chrome/browser/ui/webui/plugins/plugins_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/plugins/plugins.mojom
diff --git a/chrome/browser/ui/webui/plugins/plugins.mojom b/chrome/browser/ui/webui/plugins/plugins.mojom
index 5b82ffcdb6a07f47209ff00ab7c047563ddfb51e..6e1ceb95904b2112045053905d4e4ff1d9124c5b 100644
--- a/chrome/browser/ui/webui/plugins/plugins.mojom
+++ b/chrome/browser/ui/webui/plugins/plugins.mojom
@@ -22,6 +22,7 @@ struct PluginFile {
struct PluginData {
bool always_allowed;
+ bool trusted;
string description;
bool critical;
string enabled_mode;
« no previous file with comments | « chrome/browser/resources/plugins.js ('k') | chrome/browser/ui/webui/plugins/plugins_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698