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

Unified Diff: chrome/common/render_messages.h

Issue 2910823002: Mark plugin requires restart code/resources Linux-only. (Closed)
Patch Set: Created 3 years, 7 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 8ce6a834cb4cc5467df31ee8f74284a5fc856421..12d7c45455c8fa176122d16f628f7c8a1be1a586 100644
--- a/chrome/common/render_messages.h
+++ b/chrome/common/render_messages.h
@@ -55,7 +55,9 @@ enum class ChromeViewHostMsg_GetPluginInfo_Status {
kOutdatedBlocked,
kOutdatedDisallowed,
kPlayImportantContent,
+#if defined(OS_LINUX)
kRestartRequired,
+#endif
kUnauthorized,
};
« no previous file with comments | « chrome/browser/plugins/plugin_info_message_filter.cc ('k') | chrome/renderer/chrome_content_renderer_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698