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

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

Issue 2918903002: Move IconURLs method from WebFrame to WebLocalFrame (Closed)
Patch Set: Created 3 years, 7 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 434e0f687bb7b224137d00c5fdce1d2bca47e8ba..9266083c80ca2c7e771578b01adc752501d5a2f9 100644
--- a/third_party/WebKit/public/web/WebLocalFrame.h
+++ b/third_party/WebKit/public/web/WebLocalFrame.h
@@ -226,6 +226,12 @@ class WebLocalFrame : public WebFrame {
bool had_redirect,
const WebSourceLocation&) = 0;
+ // The urls of the given combination types of favicon (if any) specified by
dcheng 2017/06/02 16:28:16 Originally, this was located under the "Basic Prop
Łukasz Anforowicz 2017/06/05 22:38:46 Done.
+ // 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;
+
// Orientation Changes ----------------------------------------------------
// Notify the frame that the screen orientation has changed.
« content/renderer/render_view_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