summaryrefslogtreecommitdiffstats
path: root/chrome/android/testshell/testshell_tab.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/android/testshell/testshell_tab.h')
-rw-r--r--chrome/android/testshell/testshell_tab.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/chrome/android/testshell/testshell_tab.h b/chrome/android/testshell/testshell_tab.h
index 2e01185..e1aa09d 100644
--- a/chrome/android/testshell/testshell_tab.h
+++ b/chrome/android/testshell/testshell_tab.h
@@ -57,7 +57,10 @@ class TestShellTab : public TabAndroid {
int r_value,
int g_value,
int b_value) OVERRIDE;
- virtual void EditBookmark(int64 node_id, bool is_folder) OVERRIDE;
+ virtual void EditBookmark(int64 node_id,
+ const base::string16& node_title,
+ bool is_folder,
+ bool is_partner_bookmark) OVERRIDE;
virtual bool ShouldWelcomePageLinkToTermsOfService() OVERRIDE;
virtual void OnNewTabPageReady() OVERRIDE;