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

Unified Diff: chrome/common/extensions/docs/examples/api/preferences/enableReferrer/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/enableReferrer/popup.js
diff --git a/chrome/common/extensions/docs/examples/api/preferences/enableReferrer/popup.js b/chrome/common/extensions/docs/examples/api/preferences/enableReferrer/popup.js
index 56ac004dce4f2e3be9707bed621d008723284738..72bb9e42d3aee31bb755a00223a1d66a6fd3b596 100644
--- a/chrome/common/extensions/docs/examples/api/preferences/enableReferrer/popup.js
+++ b/chrome/common/extensions/docs/examples/api/preferences/enableReferrer/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.referrersEnabled;
+var pref = chrome.privacy.websites.referrersEnabled;
function $(id) {
return document.getElementById(id);

Powered by Google App Engine
This is Rietveld 408576698