| Index: chrome/test/data/extensions/api_test/preference/session_only_incognito/test.js
|
| diff --git a/chrome/test/data/extensions/api_test/preference/session_only_incognito/test.js b/chrome/test/data/extensions/api_test/preference/session_only_incognito/test.js
|
| index 17aefad7c2134cd684e7f3fe56e9c70aa529290f..8ff78a605cbf29ef6164daf4cbb323e859f0deee 100644
|
| --- a/chrome/test/data/extensions/api_test/preference/session_only_incognito/test.js
|
| +++ b/chrome/test/data/extensions/api_test/preference/session_only_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.PreferenceSessionOnlyIncognito
|
|
|
| -var pw = chrome.experimental.privacy.websites;
|
| +var pw = chrome.privacy.websites;
|
| function expect(expected, message) {
|
| return chrome.test.callbackPass(function(value) {
|
| chrome.test.assertNoLastError();
|
|
|