SandboxedOpaqueOriginCreator() = delete;Monica ChintalaPlease fix this WARNING reported by ClangTidy: check: modernize-use-equals-delete
deleted member function should be public (ht...
check: modernize-use-equals-delete
deleted member function should be public (https://clang.llvm.org/extra/clang-tidy/checks/modernize/use-equals-delete.html)
(Note: You can add `Skip-Clang-Tidy-Checks: modernize-use-equals-delete` footer to the CL description to skip the check)
(Lint observed on `android-clang-tidy-rel`, but not on `linux-clang-tidy-rel` or `mac-clang-tidy-rel`)
Done
// with specified nonces for sandboxed iframes. This class should NOT be usedMonica ChintalaSince we are expanding this to top-level frames as well, let's update mentions of "iframes" to just "frames"
Done
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
#ifndef CONTENT_COMMON_SANDBOXED_OPAQUE_ORIGIN_CREATOR_H_This doesn't seem to be used in the renderer, can this be in content/browser/ instead?
// Creates an origin with the given nonce and tuple.Rakina Zata AmniLet's add a comment on what the intended use case is (about:blank sandboxed iframes), and how we don't plan to add any more use cases here.
Probably still needed, at least like the comment in the SecurityOrigin version.