diff options
author | tom.cassiotis@gmail.com <tom.cassiotis@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-20 15:50:38 +0000 |
---|---|---|
committer | tom.cassiotis@gmail.com <tom.cassiotis@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-20 15:50:38 +0000 |
commit | 3298f25e0f3b0bb91952ddd3d234ed4f7adb73b8 (patch) | |
tree | 44841afc43a36ef4e09076ae3b60bf28afd6894a /chrome/common | |
parent | 19bba8fcdafc52eaf983b8fa6a4deacc7e5915a2 (diff) | |
download | chromium_src-3298f25e0f3b0bb91952ddd3d234ed4f7adb73b8.zip chromium_src-3298f25e0f3b0bb91952ddd3d234ed4f7adb73b8.tar.gz chromium_src-3298f25e0f3b0bb91952ddd3d234ed4f7adb73b8.tar.bz2 |
Newly added bookmarked pages are not opening from Bookmark Manager
When recordLaunch was first implemented it was never made available in
the bookmarkManagerPrivate API. This definitely looks unintentional as
within the same CL there was use of that function.
https://codereview.chromium.org/8231035/
This resolves the actual issue reported issue.
Contributed by: tom.cassiotis@gmail.com
TEST=Follow reproduction steps
BUG=175062
Review URL: https://chromiumcodereview.appspot.com/12207114
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@183549 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/extensions/api/bookmark_manager_private.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/chrome/common/extensions/api/bookmark_manager_private.json b/chrome/common/extensions/api/bookmark_manager_private.json index c6a35f8..ff4ca69 100644 --- a/chrome/common/extensions/api/bookmark_manager_private.json +++ b/chrome/common/extensions/api/bookmark_manager_private.json @@ -220,6 +220,13 @@ {"name": "result", "type": "boolean"} ]} ] + }, + { + "name": "recordLaunch", + "type": "function", + "description": "", + "nodoc": "true", + "parameters": [] } ], "events": [ |