Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 9a1b589fade8884ad5afb339191b84713a886b4b..4af5f3bd33d737c8cb8c7771c732cca24756ed88 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -786,6 +786,10 @@ const char kSystemLogUploadFrequency[] = "system-log-upload-frequency"; |
// Passes the name of the current running automated test to Chrome. |
const char kTestName[] = "test-name"; |
+// Identifies a list of download sources as trusted, but only if proper group |
+// policy is set. |
+const char kTrustedDownloadSources[] = "trusted-download-sources"; |
+ |
// Experimental. Shows a dialog asking the user to try chrome. This flag is to |
// be used only by the upgrade process. |
const char kTryChromeAgain[] = "try-chrome-again"; |