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

Unified Diff: components/data_use_measurement/core/data_use.h

Issue 2947973002: Support moving pending requests from one DataUseRecorder to another (Closed)
Patch Set: rebase Created 3 years, 6 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: components/data_use_measurement/core/data_use.h
diff --git a/components/data_use_measurement/core/data_use.h b/components/data_use_measurement/core/data_use.h
index 6a1c950e5859f3ff781808d8736c522a68333828..d9b41e2bb7ef28f77eb7886c216dd2e777944807 100644
--- a/components/data_use_measurement/core/data_use.h
+++ b/components/data_use_measurement/core/data_use.h
@@ -40,11 +40,6 @@ class DataUse : public base::SupportsUserData {
explicit DataUse(TrafficType traffic_type);
~DataUse() override;
- // Merge data use from another instance.
- // TODO(rajendrant): Check if the merge can be removed. Otherwise user data
- // needs to support mergeability.
- void MergeFrom(const DataUse& other);
-
// Returns the page URL.
const GURL& url() const { return url_; }

Powered by Google App Engine
This is Rietveld 408576698