diff options
author | feldstein@chromium.org <feldstein@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-28 00:04:56 +0000 |
---|---|---|
committer | feldstein@chromium.org <feldstein@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-28 00:04:56 +0000 |
commit | cb6cf79cacd881bcbc4f00bb449d7044619aeced (patch) | |
tree | 1b265453e2ad2a33beda3d6630444e76da3321a0 /chrome/browser/extensions/extension_bookmarks_module_constants.cc | |
parent | 69b3f1eab57725dd68502c19f4eed1fa9c7f401f (diff) | |
download | chromium_src-cb6cf79cacd881bcbc4f00bb449d7044619aeced.zip chromium_src-cb6cf79cacd881bcbc4f00bb449d7044619aeced.tar.gz chromium_src-cb6cf79cacd881bcbc4f00bb449d7044619aeced.tar.bz2 |
Add import/export extension apis
This is a duplicate of 543094. That code review seems to have gotten corrupted as i can no longer publish anything from their web UI. It was LGTM'd+nits by arv, which i've fixed here.
BUG=32194
TEST=Import and export bookmarks from the extension
Review URL: http://codereview.chromium.org/548167
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37351 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/extensions/extension_bookmarks_module_constants.cc')
-rw-r--r-- | chrome/browser/extensions/extension_bookmarks_module_constants.cc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/chrome/browser/extensions/extension_bookmarks_module_constants.cc b/chrome/browser/extensions/extension_bookmarks_module_constants.cc index 6f72669..9440f06 100644 --- a/chrome/browser/extensions/extension_bookmarks_module_constants.cc +++ b/chrome/browser/extensions/extension_bookmarks_module_constants.cc @@ -33,5 +33,8 @@ const char kOnBookmarkRemoved[] = "bookmarks.onRemoved"; const char kOnBookmarkChanged[] = "bookmarks.onChanged"; const char kOnBookmarkMoved[] = "bookmarks.onMoved"; const char kOnBookmarkChildrenReordered[] = "bookmarks.onChildrenReordered"; - +const char kOnBookmarkImportBegan[] = + "experimental.bookmarkManager.onImportBegan"; +const char kOnBookmarkImportEnded[] = + "experimental.bookmarkManager.onImportEnded"; } // namespace extension_bookmarks_module_constants |