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

Unified Diff: chrome/test/data/extensions/api_test/preference/session_only_incognito/test.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/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();

Powered by Google App Engine
This is Rietveld 408576698