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

Unified Diff: chrome/common/extensions/docs/examples/api/storage/stylizr/popup.js

Issue 9274004: Take the Extension Storage API out of experimental. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . 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/storage/stylizr/popup.js
diff --git a/chrome/common/extensions/docs/examples/api/storage/stylizr/popup.js b/chrome/common/extensions/docs/examples/api/storage/stylizr/popup.js
index af1833f19bcb11a63c51f3de0e71f3572c3923e1..94e6009afb3d584ef0a44ba6d29da61cd8066608 100644
--- a/chrome/common/extensions/docs/examples/api/storage/stylizr/popup.js
+++ b/chrome/common/extensions/docs/examples/api/storage/stylizr/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.
// Store settings in the synchronized repository.
-var storage = chrome.experimental.storage.sync;
+var storage = chrome.storage.sync;
var message = document.querySelector('#message');
// Check if there is CSS specified.
« no previous file with comments | « chrome/common/extensions/docs/examples/api/storage/stylizr/options.js ('k') | chrome/common/extensions/docs/experimental.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698