Index: chrome/browser/prefs/pref_metrics_service.h |
diff --git a/chrome/browser/prefs/pref_metrics_service.h b/chrome/browser/prefs/pref_metrics_service.h |
index d9b44423d3a48a44e323bfbe60bacedb50a9d284..c776b07f2a8d56b74f9fb5907d3df77b209fdff3 100644 |
--- a/chrome/browser/prefs/pref_metrics_service.h |
+++ b/chrome/browser/prefs/pref_metrics_service.h |
@@ -125,6 +125,9 @@ class PrefMetricsService : public BrowserContextKeyedService { |
std::string device_id_; |
const char** tracked_pref_paths_; |
const int tracked_pref_path_count_; |
+ |
+ // TODO(gab): preprocessor define this member out on builds that don't use |
+ // DCHECKs (http://crbug.com/322713). |
bool checked_tracked_prefs_; |
PrefChangeRegistrar pref_registrar_; |