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

Side by Side Diff: chrome/test/data/extensions/uitest/roundtrip_api_call/background.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
(Empty)
1 YOU SHOULD NOT BE SEEING THIS, IT'S A BACKGROUND PAGE!!!
2
3 <script type="text/javascript">
4 function doStuff() {
5 function getSelectedCallback(tab) {
6 chrome.tabs.remove(tab.id);
7 }
8
9 chrome.tabs.getSelected(undefined, getSelectedCallback);
10 }
11 </script>
OLDNEW
« no previous file with comments | « chrome/test/automation/tab_proxy.cc ('k') | chrome/test/data/extensions/uitest/roundtrip_api_call/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698