diff --git a/src/Symfony/Bundle/WebProfilerBundle/CHANGELOG.md b/src/Symfony/Bundle/WebProfilerBundle/CHANGELOG.md
index f1cb83280b9d8..247aea5a8ca50 100644
--- a/src/Symfony/Bundle/WebProfilerBundle/CHANGELOG.md
+++ b/src/Symfony/Bundle/WebProfilerBundle/CHANGELOG.md
@@ -1,6 +1,11 @@
CHANGELOG
=========
+7.2
+---
+
+* Follow the browser from the profiler to quickly find the profiler token
+
7.1
---
diff --git a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/settings-follow-all.svg b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/settings-follow-all.svg
new file mode 100644
index 0000000000000..ba7dcfd49724c
--- /dev/null
+++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/settings-follow-all.svg
@@ -0,0 +1,7 @@
+
diff --git a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/settings-follow-main.svg b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/settings-follow-main.svg
new file mode 100644
index 0000000000000..b7486df097a69
--- /dev/null
+++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/settings-follow-main.svg
@@ -0,0 +1,6 @@
+
diff --git a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/settings-follow-nothing.svg b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/settings-follow-nothing.svg
new file mode 100644
index 0000000000000..e2280c7aa98dd
--- /dev/null
+++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Icon/settings-follow-nothing.svg
@@ -0,0 +1,5 @@
+
diff --git a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/browser_tracker.html.twig b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/browser_tracker.html.twig
new file mode 100644
index 0000000000000..01bffddcd8d81
--- /dev/null
+++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/browser_tracker.html.twig
@@ -0,0 +1,77 @@
+
+ {{ source('@WebProfiler/Icon/settings-follow-main.svg') }}
+
+ Browser is now at token ().
+ - Follow the browser automatically
+
+
+
+ {{ source('@WebProfiler/Icon/settings-follow-main.svg') }}
+ This tab was reloaded to follow the browser - Go back
+ This tab is following the browser
+
+ - Stop following the browser automatically
+