Commit 5c77b5a3 authored by luoe's avatar luoe Committed by Commit bot

DevTools: set autoreveal files in navigator setting to true by default

BUG=556508

Review-Url: https://codereview.chromium.org/2304863003
Cr-Commit-Position: refs/heads/master@{#417047}
parent 5a3b3eea
...@@ -302,7 +302,7 @@ ...@@ -302,7 +302,7 @@
"title": "Automatically reveal files in navigator", "title": "Automatically reveal files in navigator",
"settingName": "autoRevealInNavigator", "settingName": "autoRevealInNavigator",
"settingType": "boolean", "settingType": "boolean",
"defaultValue": false "defaultValue": true
}, },
{ {
"type": "setting", "type": "setting",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment