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

Unified Diff: components/navigation_metrics/navigation_metrics.h

Issue 2849593002: Use is_same_document term instead of is_in_page for metrics. (Closed)
Patch Set: Addressed review comment Created 3 years, 7 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 | « no previous file | 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 febc8b8b342654a8984af997a6aeb4ee08093faf..1475d6e1801fda92065d44d48634de188b8efda7 100644
--- a/components/navigation_metrics/navigation_metrics.h
+++ b/components/navigation_metrics/navigation_metrics.h
@@ -10,7 +10,7 @@ class GURL;
namespace navigation_metrics {
void RecordMainFrameNavigation(const GURL& url,
- bool is_in_page,
+ bool is_same_document,
bool is_off_the_record);
} // namespace navigation_metrics
« no previous file with comments | « no previous file | components/navigation_metrics/navigation_metrics.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698