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

Unified Diff: components/chrome_cleaner/public/constants/constants.cc

Issue 2906103002: Post-cleanup settings reset. (Closed)
Patch Set: Created 3 years, 7 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/chrome_cleaner/public/constants/constants.cc
diff --git a/components/chrome_cleaner/public/constants/constants.cc b/components/chrome_cleaner/public/constants/constants.cc
index 8d5ea793d07ee1cfefba5031180aad181eafccf3..fc73f5d23ab1cc63e01e3cc9143f0453e82631cb 100644
--- a/components/chrome_cleaner/public/constants/constants.cc
+++ b/components/chrome_cleaner/public/constants/constants.cc
@@ -29,6 +29,8 @@ const wchar_t kCleanerSubKey[] = L"Cleaner";
const wchar_t kScanTimesSubKey[] = L"ScanTimes";
// Registry value names.
+const wchar_t kCleanupConfirmedTimestampValueName[] = L"ts-cleanup-confirmed";
+const wchar_t kCleanupStartedTimestampValueName[] = L"ts-cleanup-started";
const wchar_t kEndTimeValueName[] = L"EndTime";
const wchar_t kEngineErrorCodeValueName[] = L"EngineErrorCode";
const wchar_t kExitCodeValueName[] = L"ExitCode";
« chrome/common/pref_names.h ('K') | « components/chrome_cleaner/public/constants/constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698