| Index: chrome/browser/chromeos/status/data_promo_notification.cc
 | 
| diff --git a/chrome/browser/chromeos/status/data_promo_notification.cc b/chrome/browser/chromeos/status/data_promo_notification.cc
 | 
| index ba79302f42e62983a8a7a6a4106d4a3dbaa627af..d9f8ef9785f0da7fe21afb14106c848ada2b0133 100644
 | 
| --- a/chrome/browser/chromeos/status/data_promo_notification.cc
 | 
| +++ b/chrome/browser/chromeos/status/data_promo_notification.cc
 | 
| @@ -40,10 +40,6 @@ namespace chromeos {
 | 
|  
 | 
|  namespace {
 | 
|  
 | 
| -// Time in milliseconds to delay showing of promo
 | 
| -// notification when Chrome window is not on screen.
 | 
| -const int kPromoShowDelayMs = 10000;
 | 
| -
 | 
|  const int kNotificationCountPrefDefault = -1;
 | 
|  
 | 
|  bool GetBooleanPref(const char* pref_name) {
 | 
| 
 |