Roll src/third_party/skia 99c7c07:4af6580
[chromium-blink-merge.git] / chrome / installer / linux / common / default-app-block.template
blob6c5a7bfa5fc3421462022e834899b483266af74c
1     <web-browser>
2       <name>@@MENUNAME@@</name>
3       <executable>@@INSTALLDIR@@/@@PACKAGE@@</executable>
4       <command>@@INSTALLDIR@@/@@PACKAGE@@ %s</command>
5       <icon-name>@@PACKAGE@@</icon-name>
6       <run-in-terminal>false</run-in-terminal>
7       <netscape-remote>true</netscape-remote>
8       <tab-command>@@INSTALLDIR@@/@@PACKAGE@@ %s</tab-command>
9       <win-command>@@INSTALLDIR@@/@@PACKAGE@@ --new-window %s</win-command>
10     </web-browser>