Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3480)

Unified Diff: chrome/common/extensions/docs/examples/api/preferences/allowThirdPartyCookies/popup.js

Issue 9244005: Move the `privacy` extension API out of experimental. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: License. Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698