| Index: chrome/browser/interstitials/chrome_metrics_helper.h
|
| diff --git a/chrome/browser/interstitials/chrome_metrics_helper.h b/chrome/browser/interstitials/chrome_metrics_helper.h
|
| index bba24c201560b880c8846bc71be44d452b6817a2..0c82e84a81237b6f361cc37c103a89f2e18613a1 100644
|
| --- a/chrome/browser/interstitials/chrome_metrics_helper.h
|
| +++ b/chrome/browser/interstitials/chrome_metrics_helper.h
|
| @@ -51,7 +51,9 @@ class ChromeMetricsHelper : public security_interstitials::MetricsHelper {
|
| #if defined(ENABLE_EXTENSIONS)
|
| scoped_ptr<extensions::ExperienceSamplingEvent> sampling_event_;
|
| #endif
|
| +#if defined(ENABLE_CAPTIVE_PORTAL_DETECTION)
|
| scoped_ptr<CaptivePortalMetricsRecorder> captive_portal_recorder_;
|
| +#endif
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ChromeMetricsHelper);
|
| };
|
|
|