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

Unified Diff: chrome/browser/resources/bookmark_manager/js/bmm/bookmark_tree.js

Issue 10966025: Change bookmarkManager API from experimental to private. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: bookmarkManager->bookmarkManagerPrivate Created 8 years, 3 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/browser/resources/bookmark_manager/js/bmm/bookmark_tree.js
diff --git a/chrome/browser/resources/bookmark_manager/js/bmm/bookmark_tree.js b/chrome/browser/resources/bookmark_manager/js/bmm/bookmark_tree.js
index eb2380cbfd34f2ada39911f5ad6131e2d6f37d53..b9ad7ea88608f79975e526bddff9862b540a65d5 100644
--- a/chrome/browser/resources/bookmark_manager/js/bmm/bookmark_tree.js
+++ b/chrome/browser/resources/bookmark_manager/js/bmm/bookmark_tree.js
@@ -265,7 +265,7 @@ cr.define('bmm', function() {
}
var self = this;
- chrome.experimental.bookmarkManager.getSubtree('', true, function(root) {
+ chrome.bookmarkManagerPrivate.getSubtree('', true, function(root) {
self.clear();
buildTreeItems(self, root[0].children);
cr.dispatchSimpleEvent(self, 'load');
« no previous file with comments | « chrome/browser/resources/bookmark_manager/js/bmm.js ('k') | chrome/browser/resources/bookmark_manager/js/bmm_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698