Chromium Code Reviews| OLD | NEW | 
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <html> | |
| 3 <head> | |
| 4 <link rel="chrome-webstore-item" href="http://cws.com/detail/abc"> | |
| 
 
Aaron Boodman
2011/08/17 04:53:03
Why specify the URL just to take it apart in the r
 
Mihai Parparita -not on Chrome
2011/08/17 23:00:16
Having a full URL seems cleaner from a web standar
 
 | |
| 5 </head> | |
| 6 <body> | |
| 7 <script> | |
| 8 function runTest() { | |
| 9 chrome.webstore.install(); | |
| 
 
Aaron Boodman
2011/08/17 04:53:03
Do we need both chrome.webstore.install() and chro
 
Mihai Parparita -not on Chrome
2011/08/17 23:00:16
I don't seem much overlap in the implementation as
 
 | |
| 10 window.domAutomationController.send(true); | |
| 11 } | |
| 12 </script> | |
| 13 | |
| 14 </body> | |
| 15 </html> | |
| OLD | NEW |