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 b4d42cf5bf42e485e216874dc45c5109d652ba90..277f02cc9cc105ce0b3dfb95b2ba9ced994d750e 100644 |
--- a/third_party/WebKit/public/web/WebFrame.h |
+++ b/third_party/WebKit/public/web/WebFrame.h |
@@ -129,12 +129,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; |
- |
// Initializes the various client interfaces. |
virtual void SetSharedWorkerRepositoryClient( |
WebSharedWorkerRepositoryClient*) = 0; |