[Extensions Cleanup] Remove TODO and unnecessary check
There's a check in ExecuteCodeFunction that extension()::id() is non-empty, but this is unnecessary. Every extension object necessarily has a non-empty extension ID, and if that ever changed, many, many other things would explode long before this check were reached (for instance, we wouldn't be able to associate the extension with the function, since it's retrieved by ID). Bug: None Change-Id: Id967398b43885e21792c5679fdfd236179157434 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2518118 Commit-Queue: Istiaque Ahmed <lazyboy@chromium.org> Auto-Submit: Devlin <rdevlin.cronin@chromium.org> Reviewed-by:Istiaque Ahmed <lazyboy@chromium.org> Cr-Commit-Position: refs/heads/master@{#825887}
Showing
Please register or sign in to comment