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

Unified Diff: third_party/WebKit/Source/modules/speech/WindowSpeech.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
Index: third_party/WebKit/Source/modules/speech/WindowSpeech.idl
diff --git a/third_party/WebKit/Source/modules/speech/WindowSpeech.idl b/third_party/WebKit/Source/modules/speech/WindowSpeech.idl
index 0d331cc70ca6b50eb3df784840cd4dbbd45a5077..549e681aa8873f0a843fe461b014e9254219cb76 100644
--- a/third_party/WebKit/Source/modules/speech/WindowSpeech.idl
+++ b/third_party/WebKit/Source/modules/speech/WindowSpeech.idl
@@ -6,9 +6,9 @@
ImplementedAs=DOMWindowSpeech,
RuntimeEnabled=ScriptedSpeech,
] partial interface Window {
- attribute SpeechGrammarConstructor webkitSpeechGrammar;
- attribute SpeechGrammarListConstructor webkitSpeechGrammarList;
- attribute SpeechRecognitionConstructor webkitSpeechRecognition;
- attribute SpeechRecognitionErrorConstructor webkitSpeechRecognitionError;
- attribute SpeechRecognitionEventConstructor webkitSpeechRecognitionEvent;
+ [Measure] attribute SpeechGrammarConstructor webkitSpeechGrammar;
+ [Measure] attribute SpeechGrammarListConstructor webkitSpeechGrammarList;
+ [Measure] attribute SpeechRecognitionConstructor webkitSpeechRecognition;
+ [Measure] attribute SpeechRecognitionErrorConstructor webkitSpeechRecognitionError;
+ [Measure] attribute SpeechRecognitionEventConstructor webkitSpeechRecognitionEvent;
};
« no previous file with comments | « third_party/WebKit/Source/core/frame/UseCounter.h ('k') | third_party/WebKit/Source/modules/speech/WindowSpeechSynthesis.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698