| 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);
|
| };
|
|
|
|
|