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

Unified Diff: tools/clang/traffic_annotation_extractor/tests/expected_outputs/______components_autofill_core_browser_autofill_download_manager_cc(36).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_autofill_download_manager_cc(36).txt
diff --git a/tools/clang/traffic_annotation_extractor/tests/expected_outputs/______components_autofill_core_browser_autofill_download_manager_cc(36).txt b/tools/clang/traffic_annotation_extractor/tests/expected_outputs/______components_autofill_core_browser_autofill_download_manager_cc(36).txt
new file mode 100644
index 0000000000000000000000000000000000000000..64b4c3a58d76358e33fefd7c816687be0b6291c6
--- /dev/null
+++ b/tools/clang/traffic_annotation_extractor/tests/expected_outputs/______components_autofill_core_browser_autofill_download_manager_cc(36).txt
@@ -0,0 +1,33 @@
+../../components/autofill/core/browser/autofill_download_manager.cc
+(anonymous namespace)::GetNetworkTrafficAnnotation
+36
+autofill_query
+
+ semantics {
+ sender: "Autofill"
+ description:
+ "Chromium can automatically fill in web forms. If the feature is "
+ "enabled, Chromium will send a non-identifying description of the "
+ "form to Google's servers, which will respond with the type of "
+ "data required by each of the form's fields, if known. I.e., if a "
+ "field expects to receive a name, phone number, street address, "
+ "etc."
+ trigger: "User encounters a web form."
+ data:
+ "Hashed descriptions of the form and its fields. User data is not "
+ "sent."
+ destination: GOOGLE_OWNED_SERVICE
+ }
+ policy {
+ cookies_allowed: false
+ setting:
+ "You can enable or disable this feature via 'Enable autofill to "
+ "fill out web forms in a single click.' in Chromium's settings "
+ "under 'Passwords and forms'. The feature is enabled by default."
+ chrome_policy {
+ AutofillEnabled {
+ policy_options {mode: MANDATORY}
+ AutofillEnabled: false
+ }
+ }
+ }

Powered by Google App Engine
This is Rietveld 408576698