summaryrefslogtreecommitdiffstats
path: root/components/plugins/renderer/loadable_plugin_placeholder.h
diff options
context:
space:
mode:
Diffstat (limited to 'components/plugins/renderer/loadable_plugin_placeholder.h')
-rw-r--r--components/plugins/renderer/loadable_plugin_placeholder.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/components/plugins/renderer/loadable_plugin_placeholder.h b/components/plugins/renderer/loadable_plugin_placeholder.h
index bc5114e..5cddaed 100644
--- a/components/plugins/renderer/loadable_plugin_placeholder.h
+++ b/components/plugins/renderer/loadable_plugin_placeholder.h
@@ -88,7 +88,6 @@ class LoadablePluginPlaceholder : public PluginPlaceholderBase {
void UpdateMessage();
bool LoadingBlocked() const;
- void RecheckSizeAndMaybeUnthrottle();
// Plugin creation is embedder-specific.
virtual blink::WebPlugin* CreatePlugin() = 0;
@@ -120,10 +119,7 @@ class LoadablePluginPlaceholder : public PluginPlaceholderBase {
bool finished_loading_;
std::string identifier_;
- // Used to prevent re-entrancy during the size recheck for throttled plugins.
- bool in_size_recheck_;
gfx::Rect unobscured_rect_;
- base::OneShotTimer size_update_timer_;
// True if the power saver heuristic has already been run on this content.
bool heuristic_run_before_;