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

Unified Diff: chrome/browser/speech/chrome_speech_recognition_manager_delegate.h

Issue 1892483002: Drop support for uploading hardware info with speech recognition requests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@devirtualize_speechrecognitionengine
Patch Set: Created 4 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
« no previous file with comments | « no previous file | chrome/browser/speech/chrome_speech_recognition_manager_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/speech/chrome_speech_recognition_manager_delegate.h
diff --git a/chrome/browser/speech/chrome_speech_recognition_manager_delegate.h b/chrome/browser/speech/chrome_speech_recognition_manager_delegate.h
index 0c8973e70fd10980b311866cbf20fbb5232f6505..cf81400990c6cb0baf0d18ecfde5931569e419c4 100644
--- a/chrome/browser/speech/chrome_speech_recognition_manager_delegate.h
+++ b/chrome/browser/speech/chrome_speech_recognition_manager_delegate.h
@@ -43,8 +43,6 @@ class ChromeSpeechRecognitionManagerDelegate
float noise_volume) override;
// SpeechRecognitionManagerDelegate methods.
- void GetDiagnosticInformation(bool* can_report_metrics,
- std::string* hardware_info) override;
void CheckRecognitionIsAllowed(
int session_id,
base::Callback<void(bool ask_user, bool is_allowed)> callback) override;
@@ -55,7 +53,6 @@ class ChromeSpeechRecognitionManagerDelegate
virtual void TabClosedCallback(int render_process_id, int render_view_id);
private:
- class OptionalRequestInfo;
class TabWatcher;
// Checks for VIEW_TYPE_TAB_CONTENTS host in the UI thread and notifies back
@@ -65,7 +62,6 @@ class ChromeSpeechRecognitionManagerDelegate
int render_process_id,
int render_view_id);
- scoped_refptr<OptionalRequestInfo> optional_request_info_;
scoped_refptr<TabWatcher> tab_watcher_;
DISALLOW_COPY_AND_ASSIGN(ChromeSpeechRecognitionManagerDelegate);
« no previous file with comments | « no previous file | chrome/browser/speech/chrome_speech_recognition_manager_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698