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

Unified Diff: third_party/WebKit/public/web/WebFrame.h

Issue 2918903002: Move IconURLs method from WebFrame to WebLocalFrame (Closed)
Patch Set: Addressed CR feedback from avi@ Created 3 years, 6 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: 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 434a862214ee45f573785807ffb5821f6c42611c..775a090da0df80b74db457d54d8d583c30491d0c 100644
--- a/third_party/WebKit/public/web/WebFrame.h
+++ b/third_party/WebKit/public/web/WebFrame.h
@@ -128,12 +128,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;

Powered by Google App Engine
This is Rietveld 408576698