Fix telemetry extension profile generator for OSX.
This CL includes several functionality fixes to the extension profile creator, as well as several functionality improvements. - The URL to download extensions by identifier has changed, but the profile creator had not been updated. - Several of the extensions in many_extensions_profile_generator no longer exist, or no longer work. - There was a python error in _PrepareExtensionInstallFiles. - The old code waited 5 minutes for extensions to install. (And then waited for all tabs to load). The new code just waits 15 seconds, on the premise that it is better to fail fast than fail slow. - The old code required a clean installation of the OS, not connected to the corp network. The new code can be run from anywhere. Caveat: - This CL removes the ability to generate an extension profile on Linux. This is not a functional change, since the previous code was already broken. BUG=444230 Review URL: https://codereview.chromium.org/847583002 Cr-Commit-Position: refs/heads/master@{#311584}
Showing
Please register or sign in to comment