| Index: chrome/common/extensions/docs/examples/api/preferences/allowThirdPartyCookies/popup.js
|
| diff --git a/chrome/common/extensions/docs/examples/api/preferences/allowThirdPartyCookies/popup.js b/chrome/common/extensions/docs/examples/api/preferences/allowThirdPartyCookies/popup.js
|
| index 2eb27973f8c03f76fe63c9f0df5d2deb9583f03b..ce25b113f65239c5924720c81cab8249297700ec 100644
|
| --- a/chrome/common/extensions/docs/examples/api/preferences/allowThirdPartyCookies/popup.js
|
| +++ b/chrome/common/extensions/docs/examples/api/preferences/allowThirdPartyCookies/popup.js
|
| @@ -1,9 +1,9 @@
|
| -// 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.
|
|
|
|
|
| -var pref = chrome.experimental.privacy.websites.thirdPartyCookiesAllowed;
|
| +var pref = chrome.privacy.websites.thirdPartyCookiesAllowed;
|
|
|
| function $(id) {
|
| return document.getElementById(id);
|
|
|