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

Unified Diff: chrome/browser/profiles/profile_io_data.h

Issue 1818613002: Implement UMA log throttling for cellular connections (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix build for gn, fix unittests, add comments Created 4 years, 9 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
Index: chrome/browser/profiles/profile_io_data.h
diff --git a/chrome/browser/profiles/profile_io_data.h b/chrome/browser/profiles/profile_io_data.h
index 15166f29307b0a3896d8c16fcbc5b141ef853ea8..cd7d64edfb854a3c49003aef092cb60b9384c6c6 100644
--- a/chrome/browser/profiles/profile_io_data.h
+++ b/chrome/browser/profiles/profile_io_data.h
@@ -597,6 +597,10 @@ class ProfileIOData {
const Profile::ProfileType profile_type_;
+ // Callback for updating data use prefs which needs to be initialized on UI
+ // thread and passed to // |ChromeNetworkDelegate|.
Alexei Svitkine (slow) 2016/03/31 04:32:25 Nit: Remove extra //
gayane -on leave until 09-2017 2016/03/31 17:54:58 Done.
+ metrics::UpdateUsagePrefCallbackType metrics_data_use_forwarder_;
+
DISALLOW_COPY_AND_ASSIGN(ProfileIOData);
};

Powered by Google App Engine
This is Rietveld 408576698