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

Unified Diff: components/component_updater/pref_names.h

Issue 599653002: SRT Bubble (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merged in ToT. Created 6 years, 3 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/component_updater/pref_names.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/component_updater/pref_names.h
diff --git a/components/component_updater/pref_names.h b/components/component_updater/pref_names.h
index 9dead82938407b663baf4b4cf0b9d744d67dab7a..6d2d8f920ed0203b3246c42f34520c5d6179f663 100644
--- a/components/component_updater/pref_names.h
+++ b/components/component_updater/pref_names.h
@@ -12,7 +12,13 @@ namespace prefs {
extern const char kRecoveryComponentVersion[];
#if defined(OS_WIN)
+// Local state prefs.
+extern const char kSwReporterLastExitCode[];
extern const char kSwReporterLastTimeTriggered[];
+
+// Profile prefs.
+extern const char kSwReporterPromptReason[];
+extern const char kSwReporterPromptVersion[];
#endif
} // namespace prefs
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/component_updater/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698