
Previously "almost constant" webstore_base_url_ was changed after tests with command line URLs overrides. Thus tests that were dependant on state of ChromeExtensionsClient were broken. Now ChromeExtensionsClient has InitializeWebStoreUrls from command line. Change-Id: Idce49af8754ca1b861a3a4c2406d251d854a79ac Reviewed-on: https://chromium-review.googlesource.com/593311 Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Reviewed-by: Scott Violet <sky@chromium.org> Reviewed-by: Maksim Ivanov <emaxx@chromium.org> Reviewed-by: Devlin <rdevlin.cronin@chromium.org> Reviewed-by: Evan Stade <estade@chromium.org> Reviewed-by: Achuith Bhandarkar <achuith@chromium.org> Cr-Commit-Position: refs/heads/master@{#502277}
This will become a reusable extensions module. It implements the core parts of Chrome's extension system, and can be used with any host of the content module.
Some extensions code that is not Chrome-specific still lives in //chrome/browser/extensions and will be moved here.
Technical Documentation: