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

Unified Diff: components/navigation_metrics/navigation_metrics.h

Issue 719733003: Add Navigation.MainFrameSchemeDifferentPage which excludes same-page navigations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Spacing Created 6 years, 1 month 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/navigation_metrics/navigation_metrics.h
diff --git a/components/navigation_metrics/navigation_metrics.h b/components/navigation_metrics/navigation_metrics.h
index db5eb7f983a8553ebd1d9dfff415a9a71ab29ac2..aa6ef008c2a960bdf1a682c9771631439c582957 100644
--- a/components/navigation_metrics/navigation_metrics.h
+++ b/components/navigation_metrics/navigation_metrics.h
@@ -9,7 +9,7 @@ class GURL;
namespace navigation_metrics {
-void RecordMainFrameNavigation(const GURL& url);
+void RecordMainFrameNavigation(const GURL& url, bool is_in_page);
} // namespace navigation_metrics
« no previous file with comments | « chrome/browser/tab_contents/navigation_metrics_recorder.cc ('k') | components/navigation_metrics/navigation_metrics.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698