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

Unified Diff: chrome/common/render_messages.h

Issue 2348693003: [HBD] Placeholder for Flash content without fallback. (Closed)
Patch Set: Created 4 years, 3 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/common/render_messages.h
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
index 66dc1aa7c51f4957706bddf473b94ca3ff65a3d1..708aa22eef91db201e341f79239de91682c1962b 100644
--- a/chrome/common/render_messages.h
+++ b/chrome/common/render_messages.h
@@ -32,6 +32,7 @@
#ifndef CHROME_COMMON_RENDER_MESSAGES_H_
#define CHROME_COMMON_RENDER_MESSAGES_H_
+// These are only used internally, so the order does not matter.
enum class ChromeViewHostMsg_GetPluginInfo_Status {
kAllowed,
kBlocked,
@@ -42,6 +43,7 @@ enum class ChromeViewHostMsg_GetPluginInfo_Status {
kOutdatedDisallowed,
kPlayImportantContent,
kComponentUpdateRequired,
+ kFlashHiddenPreferHtml,
Bernhard Bauer 2016/09/16 10:21:03 Can you sort these?
tommycli 2016/09/16 15:43:19 Done.
kUnauthorized,
};

Powered by Google App Engine
This is Rietveld 408576698