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

Unified Diff: extensions/browser/extension_function_histogram_value.h

Issue 444513005: Add the Copresence API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 5d11e7fce3f3a42814ccc90cf84df7d818093635..804b7ef20e5ba0e925535c24d4b7d737c72d8642 100644
--- a/extensions/browser/extension_function_histogram_value.h
+++ b/extensions/browser/extension_function_histogram_value.h
@@ -926,6 +926,8 @@ enum HistogramValue {
COPRESENCEPRIVATE_SENDSAMPLES,
COPRESENCEPRIVATE_SENDDETECT,
COPRESENCEPRIVATE_SENDINITIALIZED,
+ COPRESENCE_EXECUTE,
+ COPRESENCE_SETAPIKEY,
// 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