Fix an extension api bug where clearing content settings cleared the
settings for unrelated content types. The extensions api had a bug where calling clear on an instance of content settings in turn called a function that did not take content type as a parameter and cleared all content settings for that extension. This adds a function that clears the settings set by an extension for a particular content type. Bug: 700404 Change-Id: I29d519a80006a892fa27be50cf54042247032b38 Reviewed-on: https://chromium-review.googlesource.com/1179620Reviewed-by:Karan Bhatia <karandeepb@chromium.org> Reviewed-by:
Martin Šrámek <msramek@chromium.org> Commit-Queue: Melissa Galonsky <mgalonsky@chromium.org> Cr-Commit-Position: refs/heads/master@{#591528}
Showing
Please register or sign in to comment