Prevent copying of ContextMenuAllowedScope.
Now that crbug.com/798708 is fixed, ContextMenuAllowedScope can be in a base::Optional. We delete the copy and assign constructors to prevent the accidental copying of a ContextMenuAllowedScope into an Optional instead of the construction being done in place. Bug: None Change-Id: Ife88ea31a5aaf31f0c8c55ceb4bc7ca816eef98a Reviewed-on: https://chromium-review.googlesource.com/850936Reviewed-by:Jeremy Roman <jbroman@chromium.org> Commit-Queue: Kevin McNee <mcnee@chromium.org> Cr-Commit-Position: refs/heads/master@{#527044}
Showing
Please register or sign in to comment