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

Unified Diff: extensions/browser/extension_function_histogram_value.h

Issue 438513002: Add the whispernet proxy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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:
View side-by-side diff with in-line comments
Download patch
Index: extensions/browser/extension_function_histogram_value.h
diff --git a/extensions/browser/extension_function_histogram_value.h b/extensions/browser/extension_function_histogram_value.h
index 175037d1a77957ae63c079ec2657e7e7b525f06a..346bc4698a4ce63585f6d0c70f9c6027f4fc449b 100644
--- a/extensions/browser/extension_function_histogram_value.h
+++ b/extensions/browser/extension_function_histogram_value.h
@@ -913,6 +913,10 @@ enum HistogramValue {
EASYUNLOCKPRIVATE_SEEKBLUETOOTHDEVICEBYADDRESS,
EASYUNLOCKPRIVATE_GETSTRINGS,
GCDPRIVATE_GETPREFETCHEDWIFINAMELIST,
Alexei Svitkine (slow) 2014/08/01 19:22:04 Looks like the value is missing from histograms.xm
rkc 2014/08/01 21:21:12 Done.
+ COPRESENCEPRIVATE_SENDFOUND,
+ COPRESENCEPRIVATE_SENDSAMPLES,
+ COPRESENCEPRIVATE_SENDDETECT,
+ COPRESENCEPRIVATE_SENDINITIALIZED,
// Last entry: Add new entries above and ensure to update
// tools/metrics/histograms/histograms/histograms.xml.
ENUM_BOUNDARY

Powered by Google App Engine
This is Rietveld 408576698