| Index: content/browser/frame_host/frame_tree.h
|
| diff --git a/content/browser/frame_host/frame_tree.h b/content/browser/frame_host/frame_tree.h
|
| index 6fc21f61cb0b23ff9a4506955f433d29a9dea309..e18bb0690b286feaf9f89138483c54a7061ec9d3 100644
|
| --- a/content/browser/frame_host/frame_tree.h
|
| +++ b/content/browser/frame_host/frame_tree.h
|
| @@ -154,7 +154,7 @@ class CONTENT_EXPORT FrameTree {
|
| void ResetLoadProgress();
|
|
|
| // Returns true if at least one of the nodes in this FrameTree is loading.
|
| - bool IsLoading();
|
| + bool IsLoading() const;
|
|
|
| // Set page-level focus in all SiteInstances involved in rendering
|
| // this FrameTree, not including the current main frame's
|
|
|