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

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

Issue 11194004: Remove unused methods from WebContentsDelegate, WebContentsDelegateAndroid (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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
Index: content/public/browser/web_contents_delegate.h
diff --git a/content/public/browser/web_contents_delegate.h b/content/public/browser/web_contents_delegate.h
index 31cc1796a19acac7a705e6d820299d06c9093479..aaed0b4f9296c0aeae23c80dac471ca7a9b78fc6 100644
--- a/content/public/browser/web_contents_delegate.h
+++ b/content/public/browser/web_contents_delegate.h
@@ -419,10 +419,6 @@ class CONTENT_EXPORT WebContentsDelegate {
const MediaResponseCallback& callback) {}
#if defined(OS_ANDROID)
- // Returns true if the delegate wants to handle the url instead. Default
- // returns false.
- virtual bool ShouldOverrideLoading(const GURL& url);
-
// Called when a compositing layer becomes available for this web contents
// so the delegate can add it to the layer tree.
virtual void AttachLayer(WebContents* web_contents,

Powered by Google App Engine
This is Rietveld 408576698