Index: chrome/renderer/plugins/chrome_plugin_placeholder.cc |
diff --git a/chrome/renderer/plugins/chrome_plugin_placeholder.cc b/chrome/renderer/plugins/chrome_plugin_placeholder.cc |
index d9c8198bde16d6ec2993defded8f08d67562c730..36fb928f9a68a5ecae43f4c5fae27f102b7dfa09 100644 |
--- a/chrome/renderer/plugins/chrome_plugin_placeholder.cc |
+++ b/chrome/renderer/plugins/chrome_plugin_placeholder.cc |
@@ -63,10 +63,6 @@ ChromePluginPlaceholder::ChromePluginPlaceholder( |
html_data), |
status_(ChromeViewHostMsg_GetPluginInfo_Status::kAllowed), |
title_(title), |
-#if defined(ENABLE_PLUGIN_INSTALLATION) |
- placeholder_routing_id_(MSG_ROUTING_NONE), |
-#endif |
- has_host_(false), |
context_menu_request_id_(0), |
ignore_updates_(false) { |
RenderThread::Get()->AddObserver(this); |