[comp-ui] Add --no-first-run flag to Chrome runs.

Change-Id: I65b2ffe472cfe797fc4a37a6c1511ba755be2d7a
Reviewed-on: https://skia-review.googlesource.com/c/buildbot/+/596058
Auto-Submit: Joe Gregorio <jcgregorio@google.com>
Commit-Queue: Joe Gregorio <jcgregorio@google.com>
Reviewed-by: Ravi Mistry <rmistry@google.com>
Commit-Queue: Ravi Mistry <rmistry@google.com>
diff --git a/comp-ui/go/compui/compui.go b/comp-ui/go/compui/compui.go
index 6f8241b..4cf08b0 100644
--- a/comp-ui/go/compui/compui.go
+++ b/comp-ui/go/compui/compui.go
@@ -120,6 +120,7 @@
 		Flags: []string{
 			"--browser", "chrome",
 			"--extra-keys", "channel,stable,browser_type,chrome",
+			"--arguments", "--no-first-run",
 		},
 	},
 	"chrome-jetstream": {
@@ -130,6 +131,7 @@
 		Flags: []string{
 			"--browser", "chrome",
 			"--extra-keys", "channel,stable,browser_type,chrome",
+			"--arguments", "--no-first-run",
 		},
 	},
 	"chrome-speedometer": {
@@ -140,6 +142,7 @@
 		Flags: []string{
 			"--browser", "chrome",
 			"--extra-keys", "channel,stable,browser_type,chrome",
+			"--arguments", "--no-first-run",
 		},
 	},
 	// Chrome Canary
@@ -152,6 +155,7 @@
 			"--browser", "chrome",
 			"--chrome-path", "/Applications/Google Chrome Canary.app/Contents/MacOS/Google Chrome Canary",
 			"--extra-keys", "channel,canary,browser_type,chrome",
+			"--arguments", "--no-first-run",
 		},
 	},
 	"chrome-canary-jetstream": {
@@ -163,6 +167,7 @@
 			"--browser", "chrome",
 			"--chrome-path", "/Applications/Google Chrome Canary.app/Contents/MacOS/Google Chrome Canary",
 			"--extra-keys", "channel,canary,browser_type,chrome",
+			"--arguments", "--no-first-run",
 		},
 	},
 	"chrome-canary-speedometer": {
@@ -174,6 +179,7 @@
 			"--browser", "chrome",
 			"--chrome-path", "/Applications/Google Chrome Canary.app/Contents/MacOS/Google Chrome Canary",
 			"--extra-keys", "channel,canary,browser_type,chrome",
+			"--arguments", "--no-first-run",
 		},
 	},
 	// Safari Stable