Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: run.py

Issue 29332471: No issue - prevent showing of tabs closing confirmation dialog (Closed)
Patch Set: warnOnClose seems not required Created Dec. 9, 2015, 12:44 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: run.py
diff --git a/run.py b/run.py
index 65f112817befff28a40442707e79c1e5f72565b2..bd31cfe1afd074572658a67a3ef5aa5e0488679e 100755
--- a/run.py
+++ b/run.py
@@ -136,6 +136,7 @@ def run():
abpxpi,
],
preferences={
+ 'browser.tabs.warnOnCloseOtherTabs': False,
'browser.uitour.enabled': False,
'prompts.tab_modal.enabled': False,
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld