summaryrefslogtreecommitdiffstats
path: root/chrome/android/testshell/testshell_tab.cc
diff options
context:
space:
mode:
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();
}