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 |