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

Unified Diff: content/renderer/pepper/pepper_webplugin_impl.h

Issue 2155583004: Plugins: Remove obsolete check in PepperWebPluginImpl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove extra check Created 4 years, 5 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
« no previous file with comments | « no previous file | content/renderer/pepper/pepper_webplugin_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/pepper/pepper_webplugin_impl.h
diff --git a/content/renderer/pepper/pepper_webplugin_impl.h b/content/renderer/pepper/pepper_webplugin_impl.h
index 3de02b80c1a5cd623d1c1e620cfe46e093c4edf8..aad8b5cb6af767a424dd0a91afd020476dea1e74 100644
--- a/content/renderer/pepper/pepper_webplugin_impl.h
+++ b/content/renderer/pepper/pepper_webplugin_impl.h
@@ -100,9 +100,6 @@ class PepperWebPluginImpl : public blink::WebPlugin {
PP_Var instance_object_;
blink::WebPluginContainer* container_;
- // TODO(tommycli): Remove once we fix https://crbug.com/588624.
- bool destroyed_;
-
DISALLOW_COPY_AND_ASSIGN(PepperWebPluginImpl);
};
« no previous file with comments | « no previous file | content/renderer/pepper/pepper_webplugin_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698