summaryrefslogtreecommitdiffstats
path: root/extensions/browser/extension_function_histogram_value.h
diff options
context:
space:
mode:
authortommi <tommi@chromium.org>2015-02-20 05:49:51 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-20 13:50:36 +0000
commitea8bd3ec56864669aafd76247f2e0f7b0160b590 (patch)
treed6f8dd03aa704b4aa8a8ecfc36387ab5ea89c20b /extensions/browser/extension_function_histogram_value.h
parent43c4bc75e8915dea153d032026a9d78840579e51 (diff)
downloadchromium_src-ea8bd3ec56864669aafd76247f2e0f7b0160b590.zip
chromium_src-ea8bd3ec56864669aafd76247f2e0f7b0160b590.tar.gz
chromium_src-ea8bd3ec56864669aafd76247f2e0f7b0160b590.tar.bz2
Adding support for storing webrtc logs locally with an extension supplied unique id, for later upload.
This approach has two new methods: * store() - allows the application to specify an ID for the log file that will be stored locally, but not uploaded. The file can be stored for up to 5 days. * uploadStored() - allows the application to upload a previously stored log file. Refactoring the code for less copy/paste. BUG=459750 Review URL: https://codereview.chromium.org/927233005 Cr-Commit-Position: refs/heads/master@{#317309}
Diffstat (limited to 'extensions/browser/extension_function_histogram_value.h')
-rw-r--r--extensions/browser/extension_function_histogram_value.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/extensions/browser/extension_function_histogram_value.h b/extensions/browser/extension_function_histogram_value.h
index 416a678..c9a7c07d 100644
--- a/extensions/browser/extension_function_histogram_value.h
+++ b/extensions/browser/extension_function_histogram_value.h
@@ -1026,6 +1026,8 @@ enum HistogramValue {
AUDIOMODEM_STOPTRANSMIT,
AUDIOMODEM_RECEIVE,
AUDIOMODEM_STOPRECEIVE,
+ WEBRTCLOGGINGPRIVATE_STORE,
+ WEBRTCLOGGINGPRIVATE_UPLOADSTORED,
// Last entry: Add new entries above and ensure to update
// tools/metrics/histograms/histograms.xml.
ENUM_BOUNDARY