| Index: mojo/services/view_manager/default_access_policy.h
|
| diff --git a/mojo/services/view_manager/default_access_policy.h b/mojo/services/view_manager/default_access_policy.h
|
| index eab4a6d4f7b0293ca55d9eb3ce6be0f61c993069..e57bbd62a9a47b4b3d0b71eb7cd8ba0a7423d096 100644
|
| --- a/mojo/services/view_manager/default_access_policy.h
|
| +++ b/mojo/services/view_manager/default_access_policy.h
|
| @@ -41,8 +41,6 @@ class DefaultAccessPolicy : public AccessPolicy {
|
| const ServerView** old_parent) const override;
|
|
|
| private:
|
| - bool IsViewInRoots(const ServerView* view) const;
|
| -
|
| bool WasCreatedByThisConnection(const ServerView* view) const;
|
|
|
| const ConnectionSpecificId connection_id_;
|
|
|