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

Unified Diff: tools/metrics/histograms/histograms.xml

Side-by-side diff isn't available for this file because of its large size.
Issue 1908363002: Nuke chrome.embeddedeseach.newTabPage.navigateContentWindow (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 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:
Download patch
« no previous file with comments | « chrome/test/data/local_ntp_browsertest.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 391242f244846eb38985d9e8a0799f8e83157fcf..b226d6df29fe7ef9a49bba3a3c6106cf43f46b7e 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -33414,6 +33414,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="NewTabPage.MostVisitedScheme" enum="NtpMostVisitedScheme">
+ <obsolete>
+ Deprecated 2016-05.
+ </obsolete>
<owner>treib@chromium.org</owner>
<summary>
The schemes of URLs of most visited thumbnails that the user clicked on.
@@ -81068,6 +81071,9 @@ To add a new entry, add it with any value and run test to compute valid value.
</enum>
<enum name="NtpMostVisitedScheme" type="int">
+ <obsolete>
+ Deprecated 2016-05.
+ </obsolete>
<int value="0" label="Other (not web-safe)"/>
<int value="1" label="Other (web-safe)"/>
<int value="2" label="http://"/>
« no previous file with comments | « chrome/test/data/local_ntp_browsertest.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698