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

Unified Diff: extensions/browser/extension_function_histogram_value.h

Issue 456213002: Cast channel: Add cast.channel.getLogs extension API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ADd missing files 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 804b7ef20e5ba0e925535c24d4b7d737c72d8642..92934ed6b29bf7a27e7fe5c183634263a74db451 100644
--- a/extensions/browser/extension_function_histogram_value.h
+++ b/extensions/browser/extension_function_histogram_value.h
@@ -928,8 +928,9 @@ enum HistogramValue {
COPRESENCEPRIVATE_SENDINITIALIZED,
COPRESENCE_EXECUTE,
COPRESENCE_SETAPIKEY,
+ CAST_CHANNEL_GETLOGS,
// Last entry: Add new entries above and ensure to update
- // tools/metrics/histograms/histograms/histograms.xml.
+ // tools/metrics/histograms/histograms.xml.
ENUM_BOUNDARY
};

Powered by Google App Engine
This is Rietveld 408576698