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

Unified Diff: content/browser/speech/speech_input_manager.cc

Issue 7967013: Revert "Fix more symbol exports and a compile failure for the component build of" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 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 | « content/browser/speech/speech_input_manager.h ('k') | content/browser/speech/speech_recognition_request.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/speech/speech_input_manager.cc
diff --git a/content/browser/speech/speech_input_manager.cc b/content/browser/speech/speech_input_manager.cc
index c247bb6f752a110df4efacd9bbc461c38fb911c4..d115c89eff05dc9861e3223b998e8f22dd7ac62c 100644
--- a/content/browser/speech/speech_input_manager.cc
+++ b/content/browser/speech/speech_input_manager.cc
@@ -184,12 +184,4 @@ void SpeechInputManager::OnFocusChanged(int caller_id) {
}
}
-SpeechInputManager::SpeechInputRequest::SpeechInputRequest()
- : delegate(NULL),
- is_active(false) {
-}
-
-SpeechInputManager::SpeechInputRequest::~SpeechInputRequest() {
-}
-
} // namespace speech_input
« no previous file with comments | « content/browser/speech/speech_input_manager.h ('k') | content/browser/speech/speech_recognition_request.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698