| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 40319ded2c79694c2194e2f26be27f4ce96aa9f5..cc393e19151ce9b47d05119361cd30b2041fdf85 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -76,6 +76,10 @@ const char kChildAccountStatusKnown[] = "child_account_status_known";
|
| // Defaults apps are installed only when creating a new profile.
|
| const char kDefaultApps[] = "default_apps";
|
|
|
| +// Disable SafeBrowsing checks for files coming from trusted URLs when false.
|
| +const char kSafeBrowsingForTrustedSourcesEnabled[] =
|
| + "safebrowsing_for_trusted_sources_enabled";
|
| +
|
| // Disables screenshot accelerators and extension APIs.
|
| // This setting resides both in profile prefs and local state. Accelerator
|
| // handling code reads local state, while extension APIs use profile pref.
|
| @@ -1513,6 +1517,9 @@ const char kSaveFileDefaultDirectory[] = "savefile.default_directory";
|
| // the chrome/browser/download/save_package.h for the possible values.
|
| const char kSaveFileType[] = "savefile.type";
|
|
|
| +// A list of download sources that can be trusted, e.g., enterprise intranet.
|
| +const char kTrustedDownloadSources[] = "trusted_download_sources";
|
| +
|
| // String which specifies the last directory that was chosen for uploading
|
| // or opening a file.
|
| const char kSelectFileLastDirectory[] = "selectfile.last_directory";
|
|
|