| Index: chrome/test/data/extensions/api_test/get_views/test.js
|
| ===================================================================
|
| --- chrome/test/data/extensions/api_test/get_views/test.js (revision 127861)
|
| +++ chrome/test/data/extensions/api_test/get_views/test.js (working copy)
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -38,7 +38,7 @@
|
| assertEq(0, chrome.extension.getViews({"type": "tab"}).length);
|
| assertEq(0, chrome.extension.getViews({"type": "infobar"}).length);
|
| assertEq(0, chrome.extension.getViews({"type": "notification"}).length);
|
| -
|
| +
|
| chrome.windows.getAll({populate: true}, function(windows) {
|
| assertEq(1, windows.length);
|
|
|
|
|
| Property changes on: chrome/test/data/extensions/api_test/get_views/test.js
|
| ___________________________________________________________________
|
| Added: svn:mergeinfo
|
|
|
|
|