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

Unified Diff: chrome/test/data/extensions/browsertest/last_error/toolstrip.html

Issue 180016: Extension API Renaming/Consistency changes (Closed)
Patch Set: render docs Created 11 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/extensions/browsertest/last_error/toolstrip.html
diff --git a/chrome/test/data/extensions/browsertest/last_error/toolstrip.html b/chrome/test/data/extensions/browsertest/last_error/toolstrip.html
index 01af2af82f2bfc96c05f010d9fafba266fb4131c..6df972ed082fe7cb7bd0ce9c4322f256ad0620c6 100755
--- a/chrome/test/data/extensions/browsertest/last_error/toolstrip.html
+++ b/chrome/test/data/extensions/browsertest/last_error/toolstrip.html
@@ -18,7 +18,7 @@ function testLastError() {
var maxTabId = 0;
// Find the highest tab id
- chrome.windows.getAll(true, function(windows) {
+ chrome.windows.getAll({populate:true}, function(windows) {
// Make sure lastError is still not set. (this call have should succeeded).
if (chrome.tabs.lastError)
fail();

Powered by Google App Engine
This is Rietveld 408576698