1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 var pass
= chrome
.test
.callbackPass
;
6 var assertEq
= chrome
.test
.assertEq
;
7 var assertTrue
= chrome
.test
.assertTrue
;
10 function getCurrentWindow() {
11 // With incognito enabled, we should get our current window (which should
13 chrome
.windows
.getCurrent(pass(function(win
) {
14 assertTrue(win
.incognito
);