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

Unified Diff: components/content_settings/core/browser/plugins_field_trial.h

Issue 1112723002: Add a field trial to enable plugin power saver for all users. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tommycli@ review Created 5 years, 8 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/content_settings/core/browser/plugins_field_trial.h
diff --git a/components/content_settings/core/browser/plugins_field_trial.h b/components/content_settings/core/browser/plugins_field_trial.h
index ccc39dfb42ab5c7cc9afd9970aa3e93bd0c6fc1f..eb7269cf07338e22540431831a8b97651aec6089 100644
--- a/components/content_settings/core/browser/plugins_field_trial.h
+++ b/components/content_settings/core/browser/plugins_field_trial.h
@@ -14,7 +14,11 @@ namespace content_settings {
// This class manages the Plugins field trials.
class PluginsFieldTrial {
public:
- static const char kFieldTrialName[];
+ // A legacy field trial used to dogfood Plugin Power Saver. Remove soon.
+ static const char kForceFieldTrial[];
+
+ // The field trial responsible for rolling out Plugin Power Saver to users.
+ static const char kEnableFieldTrial[];
// Returns the effective content setting for plugins. Passes non-plugin
// content settings through without modification.

Powered by Google App Engine
This is Rietveld 408576698