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

Side by Side Diff: chrome/test/data/extensions/uitest/roundtrip_api_call/test.html

Issue 366025: Modifying extension automation so that it is done through a particular... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month 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
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
1 HOWDIE!!! 1 HOWDIE!!!
2 2
3 <script type="text/javascript"> 3 <script type="text/javascript">
4 function getSelectedCallback(tab) { 4 // Do things in the background page to test that API call
5 chrome.tabs.remove(tab.id); 5 // routing works from extension views not directly
6 } 6 // attached to the automation client.
7 7 chrome.extension.getBackgroundPage().doStuff();
8 chrome.tabs.getSelected(undefined, getSelectedCallback);
9 </script> 8 </script>
OLDNEW
« no previous file with comments | « chrome/test/data/extensions/uitest/roundtrip_api_call/manifest.json ('k') | chrome_frame/chrome_frame_automation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698