Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(707)

Side by Side Diff: chrome/test/data/extensions/api_test/webstore_inline_install/install.html

Issue 7621032: Initial inline web store install bindings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698