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

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

Issue 1914213002: Support rollback with installerdata in mini_installer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: chrome/installer/util/master_preferences_constants.h
diff --git a/chrome/installer/util/master_preferences_constants.h b/chrome/installer/util/master_preferences_constants.h
index c2e1c9f49b8d8c327f7b977234bfbf963d86fe07..be272f55f7ad387cdbbc854ae371dc88af28a7bd 100644
--- a/chrome/installer/util/master_preferences_constants.h
+++ b/chrome/installer/util/master_preferences_constants.h
@@ -92,6 +92,11 @@ extern const char kSystemLevel[];
extern const char kVerboseLogging[];
// Name of the block that contains the extensions on the master preferences.
extern const char kExtensionsBlock[];
+// String. Bypass reinstall version check if enabled.
+extern const char kRollback[];
+// Name of value that enable rollback.
+extern const char kRollbackEnable[];
+
} // namespace master_preferences
} // namespace installer

Powered by Google App Engine
This is Rietveld 408576698