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

Unified Diff: chrome/browser/interstitials/chrome_metrics_helper.h

Issue 1377943004: Fix captive portal compile issues for android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 | « no previous file | chrome/browser/interstitials/chrome_metrics_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « no previous file | chrome/browser/interstitials/chrome_metrics_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698