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

Unified Diff: content/public/browser/speech_recognition_session_context.h

Issue 260903010: Start removing support for the experimental x-webkit-speech API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Don't touch histograms.xml Created 6 years, 8 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: content/public/browser/speech_recognition_session_context.h
diff --git a/content/public/browser/speech_recognition_session_context.h b/content/public/browser/speech_recognition_session_context.h
index 5606b78f352c6b0464c60e94500d9cc2daa65e83..d092a5daf044eb8fb1252b80d98c9c243b669ccc 100644
--- a/content/public/browser/speech_recognition_session_context.h
+++ b/content/public/browser/speech_recognition_session_context.h
@@ -46,14 +46,6 @@ struct CONTENT_EXPORT SpeechRecognitionSessionContext {
int request_id;
- // Determines whether recognition was requested by a page element (in which
- // case its coordinates are passed in |element_rect|).
- bool requested_by_page_element;
-
- // The coordinates of the page element for placing the bubble (valid only when
- // |requested_by_page_element| = true).
- gfx::Rect element_rect;
-
// A texual description of the context (website, extension name) that is
// requesting recognition, for prompting security notifications to the user.
std::string context_name;

Powered by Google App Engine
This is Rietveld 408576698