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

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

Issue 520633005: Reduce flakes in the mini_installer test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@notreached
Patch Set: comment 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
Index: chrome/test/mini_installer/config/chrome_user_no_pv.prop
diff --git a/chrome/test/mini_installer/config/chrome_user_no_pv.prop b/chrome/test/mini_installer/config/chrome_user_no_pv.prop
new file mode 100644
index 0000000000000000000000000000000000000000..968b5e336f77cd7a012c686c84c42116a76ac608
--- /dev/null
+++ b/chrome/test/mini_installer/config/chrome_user_no_pv.prop
@@ -0,0 +1,10 @@
+{
+ "RegistryEntries": {
+ "HKEY_CURRENT_USER\\$CHROME_UPDATE_REGISTRY_SUBKEY": {
+ "exists": "optional",
+ "values": {
+ "pv": {}
+ }
+ }
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698