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

Unified Diff: chrome/test/data/extensions/api_test/preference/persistent_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/persistent_incognito/test.js
diff --git a/chrome/test/data/extensions/api_test/preference/persistent_incognito/test.js b/chrome/test/data/extensions/api_test/preference/persistent_incognito/test.js
index 02d6bfa8b734c28f4b1839d63af472b407c977a9..130b537cea9fa3c29db74adbebfd7fd37c9acbff 100644
--- a/chrome/test/data/extensions/api_test/preference/persistent_incognito/test.js
+++ b/chrome/test/data/extensions/api_test/preference/persistent_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.PreferencePersistentIncognito
-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