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

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

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
Index: chrome/browser/data_use_measurement/data_use_web_contents_observer.h
diff --git a/chrome/browser/data_use_measurement/data_use_web_contents_observer.h b/chrome/browser/data_use_measurement/data_use_web_contents_observer.h
index 978ec4733b5f1299a239d25e0171ab868fe4d0ef..ba8d7d240a9c35bc8f9670c88580de327d2c847c 100644
--- a/chrome/browser/data_use_measurement/data_use_web_contents_observer.h
+++ b/chrome/browser/data_use_measurement/data_use_web_contents_observer.h
@@ -39,12 +39,9 @@ class DataUseWebContentsObserver
content::NavigationHandle* navigation_handle) override;
void ReadyToCommitNavigation(
content::NavigationHandle* navigation_handle) override;
- void DidRedirectNavigation(
- content::NavigationHandle* navigation_handle) override;
private:
friend class content::WebContentsUserData<DataUseWebContentsObserver>;
-
DataUseWebContentsObserver(content::WebContents* web_contents,
ChromeDataUseAscriberService* service);
ChromeDataUseAscriberService* const service_;

Powered by Google App Engine
This is Rietveld 408576698