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

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

Issue 1412963003: Plugin Power Saver: Implement pixel tests for plugin placeholders. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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/loadable_plugin_placeholder.h
diff --git a/components/plugins/renderer/loadable_plugin_placeholder.h b/components/plugins/renderer/loadable_plugin_placeholder.h
index 471aefd1f0a611883e97bd95e068a06dd703c2ef..6cd4ad8b81eef96152fc2181f78b63fa5be283fb 100644
--- a/components/plugins/renderer/loadable_plugin_placeholder.h
+++ b/components/plugins/renderer/loadable_plugin_placeholder.h
@@ -72,6 +72,7 @@ class LoadablePluginPlaceholder : public PluginPlaceholderBase {
// Javascript callbacks:
void LoadCallback();
void DidFinishLoadingCallback();
+ void DidFinishIconRepositionForTestingCallback();
private:
// WebViewPlugin::Delegate methods:

Powered by Google App Engine
This is Rietveld 408576698