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

Unified Diff: chrome/renderer/blocked_plugin.h

Issue 6354025: Add hide icon on the click-to-play UI too. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 11 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: chrome/renderer/blocked_plugin.h
===================================================================
--- chrome/renderer/blocked_plugin.h (revision 72559)
+++ chrome/renderer/blocked_plugin.h (working copy)
@@ -70,6 +70,7 @@
// True iff the plugin was blocked because the page was being prerendered.
// Plugin will automatically be loaded when the page is displayed.
bool is_blocked_for_prerendering_;
+ bool hidden_;
};
#endif // CHROME_RENDERER_BLOCKED_PLUGIN_H_
« no previous file with comments | « no previous file | chrome/renderer/blocked_plugin.cc » ('j') | chrome/renderer/resources/click_to_play_plugin.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698