| Index: chrome/android/testshell/testshell_tab.h
|
| diff --git a/chrome/android/testshell/testshell_tab.h b/chrome/android/testshell/testshell_tab.h
|
| index e1aa09de377146b2b36e8a4c8fe5defa4acd5ca3..38bebac405264f5dc9d23737e94edf36bb84ed95 100644
|
| --- a/chrome/android/testshell/testshell_tab.h
|
| +++ b/chrome/android/testshell/testshell_tab.h
|
| @@ -44,12 +44,6 @@ class TestShellTab : public TabAndroid {
|
| virtual void OnReceivedHttpAuthRequest(jobject auth_handler,
|
| const string16& host,
|
| const string16& realm) OVERRIDE;
|
| - virtual void ShowContextMenu(
|
| - const content::ContextMenuParams& params) OVERRIDE;
|
| -
|
| - virtual void ShowCustomContextMenu(
|
| - const content::ContextMenuParams& params,
|
| - const base::Callback<void(int)>& callback) OVERRIDE;
|
|
|
| virtual void AddShortcutToBookmark(const GURL& url,
|
| const string16& title,
|
|
|