| Index: chrome/browser/interstitials/security_interstitial_metrics_helper.cc
 | 
| diff --git a/chrome/browser/interstitials/security_interstitial_metrics_helper.cc b/chrome/browser/interstitials/security_interstitial_metrics_helper.cc
 | 
| index ab2a143492afb245e3dae4a113c15ced00e2249c..0c17b329234bbadfb98e93a5f93c0f69d3943558 100644
 | 
| --- a/chrome/browser/interstitials/security_interstitial_metrics_helper.cc
 | 
| +++ b/chrome/browser/interstitials/security_interstitial_metrics_helper.cc
 | 
| @@ -151,6 +151,10 @@ void SecurityInterstitialMetricsHelper::RecordUserInteraction(
 | 
|      case RELOAD:
 | 
|      case OPEN_TIME_SETTINGS:
 | 
|      case TOTAL_VISITS:
 | 
| +    case SET_EXTENDED_REPORTING_ENABLED_SSL:
 | 
| +    case SET_EXTENDED_REPORTING_ENABLED_SAFE_BROWSING:
 | 
| +    case EXTENDED_REPORTING_IS_ENABLED_SSL:
 | 
| +    case EXTENDED_REPORTING_IS_ENABLED_SAFE_BROWSING:
 | 
|      case MAX_INTERACTION:
 | 
|        break;
 | 
|    }
 | 
| 
 |