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

Unified Diff: chrome/common/render_messages.h

Issue 2549503003: [HBD] Fix the misleading no-fallback placeholder message in BLOCK mode. (Closed)
Patch Set: Created 4 years 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/common/render_messages.h
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
index a6975715f4b662243c72e1b097b359c2bf650ff5..a9921cd08177132630f336dcf9b22bb6578e8322 100644
--- a/chrome/common/render_messages.h
+++ b/chrome/common/render_messages.h
@@ -39,10 +39,16 @@
// These are only used internally, so the order does not matter.
enum class ChromeViewHostMsg_GetPluginInfo_Status {
kAllowed,
+ // Plugin is blocked, but still can be manually loaded via context menu.
kBlocked,
+ // Plugin is blocked by policy, so it cannot be manually loaded.
kBlockedByPolicy,
+ // Plugin is blocked, and cannot be manually loaded via context menu.
+ kBlockedNoLoading,
kComponentUpdateRequired,
kDisabled,
+ // Flash is blocked, but user can click on the placeholder to trigger the
+ // Flash permission prompt.
kFlashHiddenPreferHtml,
kNotFound,
kOutdatedBlocked,
« no previous file with comments | « chrome/browser/plugins/plugin_info_message_filter_unittest.cc ('k') | chrome/renderer/chrome_content_renderer_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698