Skip to content

Commit ef0f3aa

Browse files
committed
chromium
1 parent 729e1fb commit ef0f3aa

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

fish/chromium.fish

+5-12
Original file line numberDiff line numberDiff line change
@@ -81,19 +81,12 @@ end
8181

8282
# https://github.com/GoogleChrome/chrome-launcher/blob/main/docs/chrome-flags-for-tools.md
8383
# # Avoid the startup dialog for 'Chromium wants to use your confidential information stored in "Chromium Safe Storage" in your keychain'
84-
# # Avoid the startup dialog for 'Do you want the application “Chromium.app” to accept incoming network connections?'
85-
# # Avoid weird interaction between this experiment and CDP targets
86-
<<<<<<< HEAD
87-
# # it breaks devtools reload
88-
# # Hides blue bubble "user education" nudges
89-
# # Hides Chrome for Testing bar, among others.
84+
# # Avoid the startup dialog for 'Do you want the application “Chromium.app” to accept incoming network connections?'
85+
# # Avoid weird interaction between this experiment and CDP targets
86+
# # it breaks devtools reload
87+
# # Hides blue bubble "user education" nudges
88+
# # Hides Chrome for Testing bar, among others.
9089
set -g clutch_chrome_flags "--use-mock-keychain --disable-features=MediaRouter,ProcessPerSiteUpToMainFrameThreshold,RenderDocument --ash-no-nudges --disable-infobars"
91-
=======
92-
# # Hides blue bubble "user education" nudges
93-
# # Hides Chrome for Testing bar, among others.
94-
set -g clutch_chrome_flags "--use-mock-keychain --disable-features=MediaRouter,ProcessPerSiteUpToMainFrameThreshold,RenderDocument --ash-no-nudges --disable-infobars"
95-
96-
>>>>>>> refs/remotes/origin/main
9790

9891
function cr --description "open built chromium (accepts runtime flags)"
9992
set -l dir "./$(git rev-parse --show-cdup)/out/Default"

0 commit comments

Comments
 (0)