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

Unified Diff: content/public/browser/web_contents_delegate.cc

Issue 10987047: Remove WebContentsDelegate::ExecuteContextMenuCommand since it's not called by content. Since it's … (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: also GetFrameNativeWindow Created 8 years, 3 months 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
« no previous file with comments | « content/public/browser/web_contents_delegate.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/web_contents_delegate.cc
===================================================================
--- content/public/browser/web_contents_delegate.cc (revision 158727)
+++ content/public/browser/web_contents_delegate.cc (working copy)
@@ -76,10 +76,6 @@
return false;
}
-bool WebContentsDelegate::ExecuteContextMenuCommand(int command) {
- return false;
-}
-
void WebContentsDelegate::ViewSourceForTab(WebContents* source,
const GURL& page_url) {
// Fall back implementation based entirely on the view-source scheme.
@@ -114,10 +110,6 @@
return true;
}
-gfx::NativeWindow WebContentsDelegate::GetFrameNativeWindow() {
- return NULL;
-}
-
bool WebContentsDelegate::ShouldCreateWebContents(
WebContents* web_contents,
int route_id,
« no previous file with comments | « content/public/browser/web_contents_delegate.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698