Chromium Code Reviews| 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. |