| Index: chrome/test/data/extensions/api_test/preference/persistent_incognito/test.js
|
| diff --git a/chrome/test/data/extensions/api_test/preference/persistent_incognito/test.js b/chrome/test/data/extensions/api_test/preference/persistent_incognito/test.js
|
| index 02d6bfa8b734c28f4b1839d63af472b407c977a9..130b537cea9fa3c29db74adbebfd7fd37c9acbff 100644
|
| --- a/chrome/test/data/extensions/api_test/preference/persistent_incognito/test.js
|
| +++ b/chrome/test/data/extensions/api_test/preference/persistent_incognito/test.js
|
| @@ -1,11 +1,11 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 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.
|
|
|
| // Content settings API test
|
| // Run with browser_tests --gtest_filter=ExtensionApiTest.PreferencePersistentIncognito
|
|
|
| -var pw = chrome.experimental.privacy.websites;
|
| +var pw = chrome.privacy.websites;
|
| function expect(expected, message) {
|
| return chrome.test.callbackPass(function(value) {
|
| chrome.test.assertNoLastError();
|
|
|