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

Unified Diff: chrome/browser/data_use_measurement/data_use_web_contents_observer.cc

Issue 2534023002: Create a DataUseRecorder instance for each page load in Chrome. (Closed)
Patch Set: Use emplace to insert; remove copy constructor Created 4 years 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 | « chrome/browser/data_use_measurement/data_use_web_contents_observer.h ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/data_use_measurement/data_use_web_contents_observer.cc
diff --git a/chrome/browser/data_use_measurement/data_use_web_contents_observer.cc b/chrome/browser/data_use_measurement/data_use_web_contents_observer.cc
index cc3ff91fe44a378b2e3794e789a856b7ff1298af..d1e35963da56f84e2c3b64a8066abe0deaa18856 100644
--- a/chrome/browser/data_use_measurement/data_use_web_contents_observer.cc
+++ b/chrome/browser/data_use_measurement/data_use_web_contents_observer.cc
@@ -72,9 +72,4 @@ void DataUseWebContentsObserver::ReadyToCommitNavigation(
service_->ReadyToCommitNavigation(navigation_handle);
}
-void DataUseWebContentsObserver::DidRedirectNavigation(
- content::NavigationHandle* navigation_handle) {
- service_->DidRedirectNavigation(navigation_handle);
-}
-
} // namespace data_use_measurement
« no previous file with comments | « chrome/browser/data_use_measurement/data_use_web_contents_observer.h ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698