Chromium Code Reviews| Index: third_party/WebKit/Source/core/frame/Frame.h |
| diff --git a/third_party/WebKit/Source/core/frame/Frame.h b/third_party/WebKit/Source/core/frame/Frame.h |
| index 8554f00633424e0ebf8f39dc43d0bef64885d663..7be6a2091b71c1f8d74e13979a1812f241ab754d 100644 |
| --- a/third_party/WebKit/Source/core/frame/Frame.h |
| +++ b/third_party/WebKit/Source/core/frame/Frame.h |
| @@ -121,6 +121,9 @@ public: |
| Settings* settings() const; // can be null |
| + // Return true if and only if this frame is a cross-origin frame. |
|
mlamouri (slow - plz ping)
2016/04/27 13:17:37
I think the comment should say cross-origin to wha
liberato (no reviews please)
2016/04/28 17:32:35
Done.
|
| + bool isCrossOrigin() const; |
| + |
| // isLoading() is true when the embedder should think a load is in progress. |
| // In the case of LocalFrames, it means that the frame has sent a didStartLoading() |
| // callback, but not the matching didStopLoading(). Inside blink, you probably |