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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2633603002: Disable app banners in incognito. (Closed)
Patch Set: Created 3 years, 11 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 7ea98a9a920eaa211ad87a500659d062aad47c55..e801b23bc87de63285d0a6b27348178861050e24 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -76582,7 +76582,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="23" label="Banner was previously ignored by the user"/>
<int value="24" label="Native app banner shown"/>
<int value="25" label="Web app banner shown"/>
- <int value="26" label="Site eligible, but banner creation failed."/>
+ <int value="26" label="Site eligible, but banner creation failed"/>
+ <int value="27" label="Url is not eligible for WebAPKs"/>
+ <int value="28" label="Site loaded in incognito window (not reported)"/>
</enum>
<enum name="AppBannersInstallEvent" type="int">

Powered by Google App Engine
This is Rietveld 408576698