[Extensions] Reuse ChromeExtensionFunctionDetails
ChromeExtensionFunctionDetails and ChromeUIThreadExtensionFunction have many identical methods, and the implementations are nearly identical as well (down to the comments being replicated). Instead, just give ChromeUIThreadExtensionFunction a ChromeExtensionFunctionDetails and use it directly to reduce duplicate code. BUG=None Review-Url: https://codereview.chromium.org/2296603005 Cr-Commit-Position: refs/heads/master@{#415790}
Showing
Please register or sign in to comment