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

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: Minor bug fix. 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
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 38d22decc15838961c4b8b93cec03d217da30aab..322ce0c1828ee93fa143e2224b1f76949c2cd641 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -406,10 +406,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";

Powered by Google App Engine
This is Rietveld 408576698