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

Unified Diff: content/public/renderer/render_frame.h

Issue 2765633002: Plugin Power Saver Tiny: Treat completely obscured plugins as Tiny. (Closed)
Patch Set: Created 3 years, 9 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: content/public/renderer/render_frame.h
diff --git a/content/public/renderer/render_frame.h b/content/public/renderer/render_frame.h
index a6abdae8a2a7cf88d074d4fb4e875c2242004fe7..686d4771bd734fab6bcb39c2b93a9e7f3018e059 100644
--- a/content/public/renderer/render_frame.h
+++ b/content/public/renderer/render_frame.h
@@ -81,8 +81,8 @@ class CONTENT_EXPORT RenderFrame : public IPC::Listener,
CONTENT_STATUS_ESSENTIAL_CROSS_ORIGIN_WHITELISTED = 3,
// Content is tiny in size. These are usually blocked.
CONTENT_STATUS_TINY = 4,
- // Content has an unknown size.
- CONTENT_STATUS_UNKNOWN_SIZE = 5,
+ // Deprecated, as now entirely obscured content is treated as tiny.
+ DEPRECATED_CONTENT_STATUS_UNKNOWN_SIZE = 5,
// Must be last.
CONTENT_STATUS_NUM_ITEMS
};
« no previous file with comments | « components/plugins/renderer/loadable_plugin_placeholder.cc ('k') | content/renderer/pepper/plugin_instance_throttler_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698