Chromium Code Reviews| Index: chrome/common/render_messages.h |
| diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h |
| index 9e388bcd199b8dbe945d0cd6f9c33f9e6c1414b5..601a63a46fff36b8fca33f3e054820bf35e12859 100644 |
| --- a/chrome/common/render_messages.h |
| +++ b/chrome/common/render_messages.h |
| @@ -50,12 +50,12 @@ struct ChromeViewHostMsg_GetPluginInfo_Status { |
| kAllowed, |
| kBlocked, |
| kBlockedByPolicy, |
| - kClickToPlay, |
| kDisabled, |
| kNotFound, |
| kNPAPINotSupported, |
| kOutdatedBlocked, |
| kOutdatedDisallowed, |
| + kPlayImportantContent, |
|
groby-ooo-7-16
2014/12/11 19:22:03
Alphabetically ordering an enum is ... weird :) Bu
Bernhard Bauer
2014/12/11 19:41:23
Correct, this is only for messages between browser
|
| kUnauthorized, |
| }; |