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

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

Issue 2918903002: Move IconURLs method from WebFrame to WebLocalFrame (Closed)
Patch Set: Fixing compile problems in chrome/browser/extensions/favicon_downloader_unittest.cc 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/WebLocalFrame.h
diff --git a/third_party/WebKit/public/web/WebLocalFrame.h b/third_party/WebKit/public/web/WebLocalFrame.h
index ead2f680d11f066d9c7883ee17ff27b36ba7c0ae..25c1e86d780fc013307e6cca6e7a08aa5a1a4045 100644
--- a/third_party/WebKit/public/web/WebLocalFrame.h
+++ b/third_party/WebKit/public/web/WebLocalFrame.h
@@ -114,6 +114,14 @@ class WebLocalFrame : public WebFrame {
virtual void SetSharedWorkerRepositoryClient(
WebSharedWorkerRepositoryClient*) = 0;
+ // Basic properties ---------------------------------------------------
+
+ // 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;
+
// Hierarchy ----------------------------------------------------------
// Get the highest-level LocalFrame in this frame's in-process subtree.
« content/renderer/render_frame_impl.cc ('K') | « third_party/WebKit/public/web/WebFrame.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698