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

Unified Diff: content/shell/browser/shell.h

Issue 1473423002: Provide default implementation for WebContentsDelegate::OpenURLFromTab. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix typo Created 5 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
« no previous file with comments | « content/public/browser/web_contents_delegate.cc ('k') | content/shell/browser/shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/browser/shell.h
diff --git a/content/shell/browser/shell.h b/content/shell/browser/shell.h
index 9ef5be27a64835bff9806ebf231a582af62e1ad9..4ca03f95ea72b812f70a7bed59bc66b05fb14c08 100644
--- a/content/shell/browser/shell.h
+++ b/content/shell/browser/shell.h
@@ -107,8 +107,6 @@ class Shell : public WebContentsDelegate,
#endif
// WebContentsDelegate
- WebContents* OpenURLFromTab(WebContents* source,
- const OpenURLParams& params) override;
void AddNewContents(WebContents* source,
WebContents* new_contents,
WindowOpenDisposition disposition,
« no previous file with comments | « content/public/browser/web_contents_delegate.cc ('k') | content/shell/browser/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698