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

Unified Diff: components/plugins/renderer/plugin_placeholder.h

Issue 866173002: Plugin Power Saver: Add UI Overlay to throttled plugin using placeholder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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: components/plugins/renderer/plugin_placeholder.h
diff --git a/components/plugins/renderer/plugin_placeholder.h b/components/plugins/renderer/plugin_placeholder.h
index b0f0f4cea02fc8a14913b228f809b8ec21647250..b3e47c754bf9d4e794bd9f0e4e2cc9888dbaab08 100644
--- a/components/plugins/renderer/plugin_placeholder.h
+++ b/components/plugins/renderer/plugin_placeholder.h
@@ -35,11 +35,11 @@ class PluginPlaceholder : public content::RenderFrameObserver,
blink::WebLocalFrame* GetFrame();
const blink::WebPluginParams& GetPluginParams() const;
- private:
// WebViewPlugin::Delegate methods:
void ShowContextMenu(const blink::WebMouseEvent&) override;
void PluginDestroyed() override;
+ private:
// RenderFrameObserver methods:
void OnDestruct() override;
« no previous file with comments | « components/plugins/renderer/loadable_plugin_placeholder.cc ('k') | content/public/renderer/plugin_instance_throttler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698