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

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: Review feedback. 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
« no previous file with comments | « chrome/test/data/extensions/api_test/webstore_inline_install/find_link.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <link rel="chrome-webstore-item" href="http://cws.com/detail/abc">
5 </head>
6 <body>
7 <script>
8 function runTest() {
9 chrome.webstore.install();
10 window.domAutomationController.send(true);
11 }
12 </script>
13
14 </body>
15 </html>
OLDNEW
« no previous file with comments | « chrome/test/data/extensions/api_test/webstore_inline_install/find_link.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698