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

Unified Diff: chrome/common/chrome_switches.cc

Issue 852043002: Initial Implementation of Download Notification (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed build & test errors on non-ChromeOS platform. Created 5 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index b992b2242177f9ef0df5d40a56f2fe9bf1a33994..0508a62eaf88182846e338e8ec97c156a7f0924b 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -408,10 +408,13 @@ const char kEnableDeviceDiscoveryNotifications[] =
"enable-device-discovery-notifications";
// Enables the DOM distiller.
-const char kEnableDomDistiller[] = "enable-dom-distiller";
+const char kEnableDomDistiller[] = "enable-dom-distiller";
// Enables Domain Reliability Monitoring.
-const char kEnableDomainReliability[] = "enable-domain-reliability";
+const char kEnableDomainReliability[] = "enable-domain-reliability";
+
+// Enables Download Notification.
+const char kEnableDownloadNotification[] = "enable-download-notification";
// Enable Enhanced Bookmarks.
const char kEnhancedBookmarksExperiment[] = "enhanced-bookmarks-experiment";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698