summaryrefslogtreecommitdiffstats
path: root/chrome/android/testshell/testshell_tab.cc
diff options
context:
space:
mode:
authoraruslan@chromium.org <aruslan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-01 00:09:59 +0000
committeraruslan@chromium.org <aruslan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-01 00:09:59 +0000
commit084f82bdeef5f754cc9e52155168fad902649ac9 (patch)
tree0bab992041e713af7fe12cacdafc3fada75d12b8 /chrome/android/testshell/testshell_tab.cc
parent1403cbaadcad3593b0dd397dc9136fb4dcff8398 (diff)
downloadchromium_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.cc5
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();
}