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

Unified Diff: chrome/browser/android/data_usage/data_use_tab_model.h

Issue 2165123002: Make ExternalDataUseReporter independent of other data use classes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments Created 4 years, 5 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/android/data_usage/data_use_tab_model.h
diff --git a/chrome/browser/android/data_usage/data_use_tab_model.h b/chrome/browser/android/data_usage/data_use_tab_model.h
index fde9e92e1862c0ef95639b415d738228dd41844e..50c5415a61bf302a908ee45d06cdabab2b057252 100644
--- a/chrome/browser/android/data_usage/data_use_tab_model.h
+++ b/chrome/browser/android/data_usage/data_use_tab_model.h
@@ -151,7 +151,7 @@ class DataUseTabModel {
// returns false.
virtual bool GetTrackingInfoForTabAtTime(
SessionID::id_type tab_id,
- base::TimeTicks timestamp,
+ const base::TimeTicks timestamp,
tbansal1 2016/07/21 15:45:01 Typically, const is not added to variables passed
Raj 2016/07/21 17:56:56 Done.
TrackingInfo* output_tracking_info) const;
// Returns true if the navigation event would end the tracking session for

Powered by Google App Engine
This is Rietveld 408576698