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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 ../../components/autofill/core/browser/autofill_download_manager.cc
2 (anonymous namespace)::GetNetworkTrafficAnnotation
3 36
4 autofill_query
5
6 semantics {
7 sender: "Autofill"
8 description:
9 "Chromium can automatically fill in web forms. If the feature is "
10 "enabled, Chromium will send a non-identifying description of the "
11 "form to Google's servers, which will respond with the type of "
12 "data required by each of the form's fields, if known. I.e., if a "
13 "field expects to receive a name, phone number, street address, "
14 "etc."
15 trigger: "User encounters a web form."
16 data:
17 "Hashed descriptions of the form and its fields. User data is not "
18 "sent."
19 destination: GOOGLE_OWNED_SERVICE
20 }
21 policy {
22 cookies_allowed: false
23 setting:
24 "You can enable or disable this feature via 'Enable autofill to "
25 "fill out web forms in a single click.' in Chromium's settings "
26 "under 'Passwords and forms'. The feature is enabled by default."
27 chrome_policy {
28 AutofillEnabled {
29 policy_options {mode: MANDATORY}
30 AutofillEnabled: false
31 }
32 }
33 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698