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

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

Issue 73173002: Add ContextMenu support upstream for Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix bug in clipboard 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.cc
diff --git a/chrome/android/testshell/testshell_tab.cc b/chrome/android/testshell/testshell_tab.cc
index 6e94ea524fc7aa209c48c4a65e029cc31fe87980..4e39cd402869e0df0273cd1bf4fc96316e9227b9 100644
--- a/chrome/android/testshell/testshell_tab.cc
+++ b/chrome/android/testshell/testshell_tab.cc
@@ -41,17 +41,6 @@ void TestShellTab::OnReceivedHttpAuthRequest(jobject auth_handler,
NOTIMPLEMENTED();
}
-void TestShellTab::ShowContextMenu(
- const content::ContextMenuParams& params) {
- NOTIMPLEMENTED();
-}
-
-void TestShellTab::ShowCustomContextMenu(
- const content::ContextMenuParams& params,
- const base::Callback<void(int)>& callback) {
- NOTIMPLEMENTED();
-}
-
void TestShellTab::AddShortcutToBookmark(
const GURL& url, const string16& title, const SkBitmap& skbitmap,
int r_value, int g_value, int b_value) {

Powered by Google App Engine
This is Rietveld 408576698