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

Unified Diff: components/navigation_metrics/navigation_metrics.h

Issue 2823233003: Deprecate Once-Per-Origin Navigation histograms (Closed)
Patch Set: Remove deleted .h from .mm Created 3 years, 8 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 | « components/navigation_metrics/BUILD.gn ('k') | components/navigation_metrics/navigation_metrics.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/navigation_metrics/navigation_metrics.h
diff --git a/components/navigation_metrics/navigation_metrics.h b/components/navigation_metrics/navigation_metrics.h
index 05176b7ed16f138ac3c63c763fe40f89c2862d62..febc8b8b342654a8984af997a6aeb4ee08093faf 100644
--- a/components/navigation_metrics/navigation_metrics.h
+++ b/components/navigation_metrics/navigation_metrics.h
@@ -11,8 +11,7 @@ namespace navigation_metrics {
void RecordMainFrameNavigation(const GURL& url,
bool is_in_page,
- bool is_off_the_record,
- bool have_already_seen_origin);
+ bool is_off_the_record);
} // namespace navigation_metrics
« no previous file with comments | « components/navigation_metrics/BUILD.gn ('k') | components/navigation_metrics/navigation_metrics.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698