diff options
author | aruslan@chromium.org <aruslan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-01 00:09:59 +0000 |
---|---|---|
committer | aruslan@chromium.org <aruslan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-01 00:09:59 +0000 |
commit | 084f82bdeef5f754cc9e52155168fad902649ac9 (patch) | |
tree | 0bab992041e713af7fe12cacdafc3fada75d12b8 /chrome/android/testshell/testshell_tab.cc | |
parent | 1403cbaadcad3593b0dd397dc9136fb4dcff8398 (diff) | |
download | chromium_src-084f82bdeef5f754cc9e52155168fad902649ac9.zip chromium_src-084f82bdeef5f754cc9e52155168fad902649ac9.tar.gz chromium_src-084f82bdeef5f754cc9e52155168fad902649ac9.tar.bz2 |
Editable/removable partner bookmarks.
Persists renames/removals of the partner bookmarks and
folders in the user profile.
Details: https://goto.google.com/editable-partnerbookmarks
BUG=266233
Review URL: https://codereview.chromium.org/26442002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232241 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/android/testshell/testshell_tab.cc')
-rw-r--r-- | chrome/android/testshell/testshell_tab.cc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/chrome/android/testshell/testshell_tab.cc b/chrome/android/testshell/testshell_tab.cc index e19de5a..6e94ea5 100644 --- a/chrome/android/testshell/testshell_tab.cc +++ b/chrome/android/testshell/testshell_tab.cc @@ -58,7 +58,10 @@ void TestShellTab::AddShortcutToBookmark( NOTIMPLEMENTED(); } -void TestShellTab::EditBookmark(int64 node_id, bool is_folder) { +void TestShellTab::EditBookmark(int64 node_id, + const base::string16& node_title, + bool is_folder, + bool is_partner_bookmark) { NOTIMPLEMENTED(); } |