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

Unified Diff: third_party/WebKit/Source/modules/speech/WindowSpeechSynthesis.idl

Issue 1806863002: Measure the Web Speech API usage. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 9 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 | « third_party/WebKit/Source/modules/speech/WindowSpeech.idl ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/speech/WindowSpeechSynthesis.idl
diff --git a/third_party/WebKit/Source/modules/speech/WindowSpeechSynthesis.idl b/third_party/WebKit/Source/modules/speech/WindowSpeechSynthesis.idl
index 85f5b49f23fab44dc368c95a335599c8c914ad9c..503d00db0b2d90d04c78dd9b075883d0bc6c9ed1 100644
--- a/third_party/WebKit/Source/modules/speech/WindowSpeechSynthesis.idl
+++ b/third_party/WebKit/Source/modules/speech/WindowSpeechSynthesis.idl
@@ -27,5 +27,5 @@
ImplementedAs=DOMWindowSpeechSynthesis,
RuntimeEnabled=ScriptedSpeech,
] partial interface Window {
- readonly attribute SpeechSynthesis speechSynthesis;
+ [Measure] readonly attribute SpeechSynthesis speechSynthesis;
};
« no previous file with comments | « third_party/WebKit/Source/modules/speech/WindowSpeech.idl ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698