Index: third_party/WebKit/public/web/WebFrame.h |
diff --git a/third_party/WebKit/public/web/WebFrame.h b/third_party/WebKit/public/web/WebFrame.h |
index dcf4dd13597c6ad308e3ecf87c76d31365b6fdf6..85e63de4d567be1e4fb299327b88603c01569878 100644 |
--- a/third_party/WebKit/public/web/WebFrame.h |
+++ b/third_party/WebKit/public/web/WebFrame.h |
@@ -126,12 +126,6 @@ class WebFrame { |
// frame name unique within the hierarchy. |
virtual void SetName(const WebString&) = 0; |
- // The urls of the given combination types of favicon (if any) specified by |
- // the document loaded in this frame. The iconTypesMask is a bit-mask of |
- // WebIconURL::Type values, used to select from the available set of icon |
- // URLs |
- virtual WebVector<WebIconURL> IconURLs(int icon_types_mask) const = 0; |
- |
// The security origin of this frame. |
BLINK_EXPORT WebSecurityOrigin GetSecurityOrigin() const; |