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

Side by Side Diff: tools/clang/traffic_annotation_extractor/tests/expected_outputs/______components_autofill_core_browser_autofill_download_manager_cc(68).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 68
4 autofill_upload
5
6 semantics {
7 sender: "Autofill"
8 description:
9 "Chromium relies on crowd-sourced field type classifications to "
10 "help it automatically fill in web forms. If the feature is "
11 "enabled, Chromium will send a non-identifying description of the "
12 "form to Google's servers along with the type of data Chromium "
13 "observed being given to the form. I.e., if you entered your first "
14 "name into a form field, Chromium will 'vote' for that form field "
15 "being a first name field."
16 trigger: "User submits a web form."
17 data:
18 "Hashed descriptions of the form and its fields along with type of "
19 "data given to each field, if recognized from the user's "
20 "profile(s). User data is not sent."
21 destination: GOOGLE_OWNED_SERVICE
22 }
23 policy {
24 cookies_allowed: false
25 setting:
26 "You can enable or disable this feature via 'Enable autofill to "
27 "fill out web forms in a single click.' in Chromium's settings "
28 "under 'Passwords and forms'. The feature is enabled by default."
29 chrome_policy {
30 AutofillEnabled {
31 policy_options {mode: MANDATORY}
32 AutofillEnabled: false
33 }
34 }
35 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698