Lines Matching full:profile
9 // *************** PROFILE PREFS ***************
10 // These are attached to the user profile
16 // Whether we have installed default apps yet in this profile.
27 // it means the profile didn't exit cleanly.
28 const char kSessionExitedCleanly[] = "profile.exited_cleanly";
45 // and user's profile. Global property determines locale of login screen,
46 // while user's profile determines his personal locale preference.
99 const char kPopupWhitelistedHosts[] = "profile.popup_whitelisted_sites";
138 const char kPasswordManagerEnabled[] = "profile.password_manager_enabled";
143 "profile.password_manager_allow_show_passwords";
227 // OBSOLETE: new pref now stored with user prefs instead of profile, as
235 // OBSOLETE: new pref now stored with user prefs instead of profile, as
500 const char kRecentlySelectedEncoding[] = "profile.recently_selected_encodings";
609 "profile.notifications_default_content_setting";
611 "profile.notification_allowed_sites";
613 "profile.notification_denied_sites";
620 const char kDefaultContentSettings[] = "profile.default_content_settings";
624 const char kPerHostContentSettings[] = "profile.per_host_content_settings";
627 const char kContentSettingsVersion[] = "profile.content_settings.pref_version";
633 const char kContentSettingsPatterns[] = "profile.content_settings.patterns";
637 const char kBlockThirdPartyCookies[] = "profile.block_third_party_cookies";
640 const char kBlockNonsandboxedPlugins[] = "profile.block_nonsandboxed_plugins";
644 const char kClearSiteDataOnExit[] = "profile.clear_site_data_on_exit";
647 const char kDefaultZoomLevel[] = "profile.default_zoom_level";
651 const char kPerHostZoomLevels[] = "profile.per_host_zoom_levels";
653 // Boolean that is true if Autofill is enabled and allowed to save profile data.
724 profile ID was created
747 // Where profile specific metrics are placed.
750 // The metrics for a profile are stored as dictionary values under the
752 // kProfileMetrics.kProfilePrefix<hashed-profile-id>.
753 const char kProfilePrefix[] = "profile-";
1192 // Boolean to represent whether the legacy autofill profile data has been
1296 "profile.managed_default_content_settings.cookies";
1298 "profile.managed_default_content_settings.images";
1300 "profile.managed_default_content_settings.javascript";
1302 "profile.managed_default_content_settings.plugins";
1304 "profile.managed_default_content_settings.popups";
1309 "profile.managed_cookies_allowed_for_urls";
1311 "profile.managed_cookies_blocked_for_urls";
1313 "profile.managed_cookies_sessiononly_for_urls";
1315 "profile.managed_images_allowed_for_urls";
1317 "profile.managed_images_blocked_for_urls";
1319 "profile.managed_javascript_allowed_for_urls";
1321 "profile.managed_javascript_blocked_for_urls";
1323 "profile.managed_plugins_allowed_for_urls";
1325 "profile.managed_plugins_blocked_for_urls";
1327 "profile.managed_popups_allowed_for_urls";
1329 "profile.managed_popups_blocked_for_urls";