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

Unified Diff: chrome/renderer/plugins/chrome_plugin_placeholder.cc

Issue 1995983002: Fix "unused variable" warnings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/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);

Powered by Google App Engine
This is Rietveld 408576698