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

Unified Diff: chrome/installer/util/master_preferences_constants.cc

Issue 1914213002: Support rollback with installerdata in mini_installer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cr Created 4 years, 8 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/installer/util/master_preferences_constants.h ('k') | chrome/installer/util/util_constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/master_preferences_constants.cc
diff --git a/chrome/installer/util/master_preferences_constants.cc b/chrome/installer/util/master_preferences_constants.cc
index 657da75ffad0307af0def570dd604330b87b9cd9..27eeed89193d9c0de0aece0081f32ad77f410ac0 100644
--- a/chrome/installer/util/master_preferences_constants.cc
+++ b/chrome/installer/util/master_preferences_constants.cc
@@ -42,5 +42,7 @@ namespace master_preferences {
const char kSystemLevel[] = "system_level";
const char kVerboseLogging[] = "verbose_logging";
const char kExtensionsBlock[] = "extensions.settings";
+ const char kAllowDowngrade[] = "allow_downgrade";
+
} // namespace master_preferences
} // namespace installer
« no previous file with comments | « chrome/installer/util/master_preferences_constants.h ('k') | chrome/installer/util/util_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698