Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(64)

Side by Side Diff: tools/clang/traffic_annotation_extractor/tests/expected_outputs/______components_autofill_core_browser_payments_payments_client_cc(420).txt

Issue 2448133006: Tool added to extract network traffic annotations. (Closed)
Patch Set: nits Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 ../../components/autofill/core/browser/payments/payments_client.cc
2 autofill::payments::PaymentsClient::InitializeUrlFetcher
3 420
4 payments_sync_cards
5
6 semantics {
7 sender: "Payments"
8 description:
9 "This service communicates with Google Payments servers to upload "
10 "(save) or receive the user's credit card info."
11 trigger:
12 "Requests are triggered by a user action, such as selecting a "
13 "masked server card from Chromium's credit card autofill dropdown, "
14 "submitting a form which has credit card information, or accepting "
15 "the prompt to save a credit card to Payments servers."
16 data:
17 "In case of save, a protocol buffer containing relevant address "
18 "and credit card information which should be saved in Google "
19 "Payments servers, along with user credentials. In case of load, a "
20 "protocol buffer containing the id of the credit card to unmask, "
21 "an encrypted cvc value, an optional updated card expiration date, "
22 "and user credentials."
23 destination: GOOGLE_OWNED_SERVICE
24 }
25 policy {
26 cookies_allowed: false
27 setting:
28 "Users can enable or disable this feature in Chromium settings by "
29 "toggling 'Credit cards and addresses using Google Payments', "
30 "under 'Advanced sync settings...'. This feature is enabled by "
31 "default."
32 chrome_policy {
33 AutoFillEnabled {
34 policy_options {mode: MANDATORY}
35 AutoFillEnabled: false
36 }
37 }
38 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698