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

Unified Diff: chrome/test/mini_installer/config/chrome_dev_no_pv.prop

Issue 2802713002: Enable side-by-side beta and dev channels. (Closed)
Patch Set: add missing test stanza for reland Created 3 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/test/mini_installer/config/chrome_dev_no_pv.prop
diff --git a/chrome/test/mini_installer/config/chrome_dev_no_pv.prop b/chrome/test/mini_installer/config/chrome_dev_no_pv.prop
new file mode 100644
index 0000000000000000000000000000000000000000..e80f2d21f20bc3d3d1ad16d8602f7551b5c418c0
--- /dev/null
+++ b/chrome/test/mini_installer/config/chrome_dev_no_pv.prop
@@ -0,0 +1,11 @@
+{
+ "Condition": "'$BRAND' == 'Google Chrome'",
+ "RegistryEntries": {
+ "HKEY_CURRENT_USER\\$CHROME_UPDATE_REGISTRY_SUBKEY_DEV": {
+ "exists": "optional",
+ "values": {
+ "pv": {}
+ }
+ }
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698