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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: tools/clang/traffic_annotation_extractor/tests/expected_outputs/______components_autofill_core_browser_payments_payments_client_cc(420).txt
diff --git a/tools/clang/traffic_annotation_extractor/tests/expected_outputs/______components_autofill_core_browser_payments_payments_client_cc(420).txt b/tools/clang/traffic_annotation_extractor/tests/expected_outputs/______components_autofill_core_browser_payments_payments_client_cc(420).txt
new file mode 100644
index 0000000000000000000000000000000000000000..4e5394b40cb3e5ff8d9119c931fa3117b1794c98
--- /dev/null
+++ b/tools/clang/traffic_annotation_extractor/tests/expected_outputs/______components_autofill_core_browser_payments_payments_client_cc(420).txt
@@ -0,0 +1,38 @@
+../../components/autofill/core/browser/payments/payments_client.cc
+autofill::payments::PaymentsClient::InitializeUrlFetcher
+420
+payments_sync_cards
+
+ semantics {
+ sender: "Payments"
+ description:
+ "This service communicates with Google Payments servers to upload "
+ "(save) or receive the user's credit card info."
+ trigger:
+ "Requests are triggered by a user action, such as selecting a "
+ "masked server card from Chromium's credit card autofill dropdown, "
+ "submitting a form which has credit card information, or accepting "
+ "the prompt to save a credit card to Payments servers."
+ data:
+ "In case of save, a protocol buffer containing relevant address "
+ "and credit card information which should be saved in Google "
+ "Payments servers, along with user credentials. In case of load, a "
+ "protocol buffer containing the id of the credit card to unmask, "
+ "an encrypted cvc value, an optional updated card expiration date, "
+ "and user credentials."
+ destination: GOOGLE_OWNED_SERVICE
+ }
+ policy {
+ cookies_allowed: false
+ setting:
+ "Users can enable or disable this feature in Chromium settings by "
+ "toggling 'Credit cards and addresses using Google Payments', "
+ "under 'Advanced sync settings...'. This feature is enabled by "
+ "default."
+ chrome_policy {
+ AutoFillEnabled {
+ policy_options {mode: MANDATORY}
+ AutoFillEnabled: false
+ }
+ }
+ }

Powered by Google App Engine
This is Rietveld 408576698