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

Unified Diff: chrome/test/data/extensions/api_test/executescript/test.html

Issue 289006: Issue 21729: Add new event chrome.tabs.onStatusChange . (Closed)
Patch Set: '' Created 11 years, 2 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/extensions/api_test/executescript/test.html
===================================================================
--- chrome/test/data/extensions/api_test/executescript/test.html (revision 30333)
+++ chrome/test/data/extensions/api_test/executescript/test.html (working copy)
@@ -10,7 +10,7 @@
var testFailureUrl = 'http://b.com:1337' + relativePath;
var testingFailure = false;
-chrome.tabs.onUpdated.addListener(function(tabId, changeInfo) {
+chrome.tabs.onUpdated.addListener(function(tabId, changeInfo, tab) {
if (changeInfo.status == 'complete')
return;
if (testingFailure) {
Property changes on: chrome/test/data/extensions/api_test/executescript/test.html
___________________________________________________________________
Name: svn:eol-style
+ LF
« no previous file with comments | « chrome/common/extensions/docs/tabs.html ('k') | chrome/test/data/extensions/api_test/isolated_world1/background.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698