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

Unified Diff: components/component_updater/pref_names.cc

Issue 856393005: Re-prompt Chrome users to run the SRT when a finch param changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merged ToT Created 5 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: components/component_updater/pref_names.cc
diff --git a/components/component_updater/pref_names.cc b/components/component_updater/pref_names.cc
index 753b7764b5e38642dd3625d8df0b165afb2ddccf..0ed01588ea0cb58fb856188d7c94275d8e4aaee2 100644
--- a/components/component_updater/pref_names.cc
+++ b/components/component_updater/pref_names.cc
@@ -31,6 +31,11 @@ const char kSwReporterPromptReason[] = "software_reporter.prompt_reason";
// string when the prompt wasn't shown yet. Stored in the protected prefs of the
// profile that owns the browser where the prompt was shown.
const char kSwReporterPromptVersion[] = "software_reporter.prompt_version";
+
+// A value uniquely identifying an SRTPrompt campaign so that users that have
gab 2015/01/26 13:29:12 s/value/string (or "string value") -- i.e., make s
MAD 2015/01/27 19:34:18 Done.
+// been prompted with this seed before won't be prompted again until a new seed
+// comes in.
+const char kSwReporterPromptSeed[] = "software_reporter.prompt_seed";
#endif
} // namespace prefs

Powered by Google App Engine
This is Rietveld 408576698