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

Unified Diff: chrome/renderer/plugins/power_saver_info.h

Issue 1731483003: chrome: Add out-of-line copy ctors for complex classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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: chrome/renderer/plugins/power_saver_info.h
diff --git a/chrome/renderer/plugins/power_saver_info.h b/chrome/renderer/plugins/power_saver_info.h
index 7da43e696f5160fafa8c2c5dd28b8f94e9a5fe5b..ec1c5defcb45c50f3175349d9f7ad9f35d89c476 100644
--- a/chrome/renderer/plugins/power_saver_info.h
+++ b/chrome/renderer/plugins/power_saver_info.h
@@ -23,6 +23,7 @@ struct WebPluginInfo;
// The default constructor has Plugin Power Saver disabled.
struct PowerSaverInfo {
PowerSaverInfo();
+ PowerSaverInfo(const PowerSaverInfo& other);
// Determines the PowerSaverInfo using the peripheral content heuristic.
static PowerSaverInfo Get(content::RenderFrame* render_frame,

Powered by Google App Engine
This is Rietveld 408576698