summaryrefslogtreecommitdiffstats
path: root/components/component_updater
diff options
context:
space:
mode:
authormad <mad@chromium.org>2015-06-24 07:30:13 -0700
committerCommit bot <commit-bot@chromium.org>2015-06-24 14:30:46 +0000
commitc1d29d4945dfb80873f5e886e9b7c45c75381863 (patch)
tree56d590eb54b2b49dc2fed3bf515c80d2e8860b60 /components/component_updater
parent41edcdd7d1e8599974a8ea6a3ff1ee8678e03b43 (diff)
downloadchromium_src-c1d29d4945dfb80873f5e886e9b7c45c75381863.zip
chromium_src-c1d29d4945dfb80873f5e886e9b7c45c75381863.tar.gz
chromium_src-c1d29d4945dfb80873f5e886e9b7c45c75381863.tar.bz2
Retry running reporter and display the prompt.
TBR=jochen@chromium.org for chrome/browser/chrome_browser_main.cc TBR=asvitkine@chromium.org for chrome/browser/metrics TBR=gab@chromium.org for chrome/browser/prefs/ BUG=500953 Review URL: https://codereview.chromium.org/1192843006 Cr-Commit-Position: refs/heads/master@{#335917}
Diffstat (limited to 'components/component_updater')
-rw-r--r--components/component_updater/pref_names.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/components/component_updater/pref_names.cc b/components/component_updater/pref_names.cc
index b864f8e..900348b 100644
--- a/components/component_updater/pref_names.cc
+++ b/components/component_updater/pref_names.cc
@@ -22,11 +22,6 @@ const char kSwReporterLastExitCode[] = "software_reporter.last_exit_code";
const char kSwReporterLastTimeTriggered[] =
"software_reporter.last_time_triggered";
-// The exit code integer value of the reporter run that triggered an SRT prompt.
-// Stored in the protected prefs of the profile that owns the browser where the
-// prompt was shown.
-const char kSwReporterPromptReason[] = "software_reporter.prompt_reason";
-
// The version string of the reporter that triggered an SRT prompt. An empty
// 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.