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

Side by Side Diff: defaults/prefs.json

Issue 6368645210963968: Issue 2550 - Update Element Hiding Helper dependency on buildtools to revision 9069f8de837b (Closed)
Patch Set: Created May 18, 2015, 8:02 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | dependencies » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 pref("extensions.elemhidehelper.selectelement_key", "Accel Shift K, Accel Shift S, Accel Shift F3"); 1 {
2 pref("extensions.elemhidehelper.showhelp", true); 2 "defaults": {
3 pref("extensions.elemhidehelper.acceptlocalfiles", false); 3 "selectelement_key": "Accel Shift K, Accel Shift S, Accel Shift F3",
4 pref("extensions.elemhidehelper.composer_defaultDomain", 3); 4 "showhelp": true,
5 "acceptlocalfiles": false,
6 "composer_defaultDomain": 3
7 }
8 }
OLDNEW
« no previous file with comments | « no previous file | dependencies » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld