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

Unified Diff: extensions/browser/extension_event_histogram_value.h

Issue 2131993002: Delete the audio modem and copresence private APIs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@eol
Patch Set: Sync again Created 4 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
« no previous file with comments | « components/components_tests.gyp ('k') | extensions/browser/extension_function_histogram_value.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/extension_event_histogram_value.h
diff --git a/extensions/browser/extension_event_histogram_value.h b/extensions/browser/extension_event_histogram_value.h
index 1dd3a0f81fd218ea176727d1db9c44c8dbda6eb4..69c2cd0995f47d427ae98d85b51e77711f741ed0 100644
--- a/extensions/browser/extension_event_histogram_value.h
+++ b/extensions/browser/extension_event_histogram_value.h
@@ -40,8 +40,8 @@ enum HistogramValue {
APP_WINDOW_ON_MAXIMIZED,
APP_WINDOW_ON_MINIMIZED,
APP_WINDOW_ON_RESTORED,
- AUDIO_MODEM_ON_RECEIVED,
- AUDIO_MODEM_ON_TRANSMIT_FAIL,
+ DELETED_AUDIO_MODEM_ON_RECEIVED,
+ DELETED_AUDIO_MODEM_ON_TRANSMIT_FAIL,
AUDIO_ON_DEVICE_CHANGED,
AUDIO_ON_DEVICES_CHANGED,
AUDIO_ON_LEVEL_CHANGED,
@@ -87,9 +87,9 @@ enum HistogramValue {
COOKIES_ON_CHANGED,
DELETED_COPRESENCE_ON_MESSAGES_RECEIVED,
DELETED_COPRESENCE_ON_STATUS_UPDATED,
- COPRESENCE_PRIVATE_ON_CONFIG_AUDIO,
- COPRESENCE_PRIVATE_ON_DECODE_SAMPLES_REQUEST,
- COPRESENCE_PRIVATE_ON_ENCODE_TOKEN_REQUEST,
+ DELETED_COPRESENCE_PRIVATE_ON_CONFIG_AUDIO,
+ DELETED_COPRESENCE_PRIVATE_ON_DECODE_SAMPLES_REQUEST,
+ DELETED_COPRESENCE_PRIVATE_ON_ENCODE_TOKEN_REQUEST,
DEBUGGER_ON_DETACH,
DEBUGGER_ON_EVENT,
DECLARATIVE_CONTENT_ON_PAGE_CHANGED,
« no previous file with comments | « components/components_tests.gyp ('k') | extensions/browser/extension_function_histogram_value.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698