Skip to content

Commit

Permalink
Copy edit the privacy README. (#970)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmedley authored Jun 28, 2023
1 parent ef7eb4c commit 7e06728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-samples/privacy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This sample demonstrates using `chrome.privacy.services` to get and set privacy

## Overview

The service worker sets the default value for Autofill using `chrome.privacy.services.autofillEnabled.set()` when the extension is installed. Whenever a page is loaded, or when the action button is clicked, the extension will display the current Autofill setting of `autofillAddressEnabled` by updating the extension badge.
The service worker sets the default value for autofill using `chrome.privacy.services.autofillEnabled.set()` when the extension is installed. Whenever a page is loaded, or when the action button is clicked, the extension will display the current autofill setting of `autofillAddressEnabled` by updating the extension badge.

## Running this extension

Expand Down

0 comments on commit 7e06728

Please sign in to comment.