Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2040)

Unified Diff: chrome/android/testshell/testshell_tab.h

Issue 73173002: Add ContextMenu support upstream for Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added tests, addressed comments Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698