commit | 242098c21dc6953d75c938b37a85cee51f6db614 | [log] [tgz] |
---|---|---|
author | Michael Giuffrida <michaelpg@chromium.org> | Sat Mar 10 01:12:45 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Sat Mar 10 01:12:45 2018 |
tree | ca9b99e5beabcd08cb71266abddc360356fa4682 | |
parent | cbbf6d7ba09944355e52c1cad494d8963398dc62 [diff] |
ShellExtensionLoaderTest should use existing PrefService ShellExtensionLoaderTest associates a new TestingPrefServiceSimple with the BrowserContext, but instead should associate the existing PrefService created by ExtensionsTest. Creating its own TestingPrefServiceSimple, besides being unnecessary, leads to invalid casts of its PrefRegistrySimple to a PrefRegistrySyncable (breaking the Linux CFI bots). TBR=rdevlin.cronin@chromium.org Bug: 820647 Change-Id: I2ae62a396622d034c8c5b04bbe9dabb529b5bd25 Reviewed-on: https://chromium-review.googlesource.com/957871 Reviewed-by: Michael Giuffrida <michaelpg@chromium.org> Commit-Queue: Michael Giuffrida <michaelpg@chromium.org> Cr-Commit-Position: refs/heads/master@{#542302}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .