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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2751343002: Adds a basic offline check to InstallableManager. (Closed)
Patch Set: Updating comments Created 3 years, 9 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 262ca22a17dafdaaf988794fe64d9b93b08ab987..d0940feab8f8444408ab4cf407683b2019218661 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -80606,6 +80606,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<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)"/>
+ <int value="29" label="Service worker not offline capable"/>
falken 2017/03/21 01:53:24 nit: Without knowing the code, I would interpret t
piotrs 2017/03/21 02:12:49 Your understanding as in "a service worker exists"
falken 2017/03/21 02:15:23 Ah, I misread the code, sorry for the noise.
</enum>
<enum name="AppBannersInstallEvent" type="int">

Powered by Google App Engine
This is Rietveld 408576698