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

Unified Diff: chrome/browser/data_use_measurement/chrome_data_use_ascriber.h

Issue 2865913002: Support for identifying traffic type in data use ascriber (Closed)
Patch Set: compile fix Created 3 years, 7 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/data_use_measurement/chrome_data_use_ascriber.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/data_use_measurement/chrome_data_use_ascriber.h
diff --git a/chrome/browser/data_use_measurement/chrome_data_use_ascriber.h b/chrome/browser/data_use_measurement/chrome_data_use_ascriber.h
index f1e9b7b35dc0f327126059dbe40077bda897f551..24e957e80e518dd9b9a98cf378765b2733169101 100644
--- a/chrome/browser/data_use_measurement/chrome_data_use_ascriber.h
+++ b/chrome/browser/data_use_measurement/chrome_data_use_ascriber.h
@@ -142,7 +142,9 @@ class ChromeDataUseAscriber : public DataUseAscriber {
void OnDataUseCompleted(DataUseRecorderEntry entry);
- DataUseRecorderEntry CreateNewDataUseRecorder(net::URLRequest* request);
+ DataUseRecorderEntry CreateNewDataUseRecorder(
+ net::URLRequest* request,
+ DataUse::TrafficType traffic_type);
bool IsRecorderInPendingNavigationMap(net::URLRequest* request);
« no previous file with comments | « no previous file | chrome/browser/data_use_measurement/chrome_data_use_ascriber.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698