| 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();
|
|
|