Chromium Code Reviews| 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, |
| }; |