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

Unified Diff: chrome/browser/chromeos/dbus/speech_synthesizer_client.cc

Issue 8400034: chromeos: Add a stub implementation for SensorsSource. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 2 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 | « chrome/browser/chromeos/dbus/speech_synthesizer_client.h ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/dbus/speech_synthesizer_client.cc
diff --git a/chrome/browser/chromeos/dbus/speech_synthesizer_client.cc b/chrome/browser/chromeos/dbus/speech_synthesizer_client.cc
index 728eede861b325d3e23e71f37fdcb325af1697b2..a1f86721edfb0972ea12d12013a82d689f179cb9 100644
--- a/chrome/browser/chromeos/dbus/speech_synthesizer_client.cc
+++ b/chrome/browser/chromeos/dbus/speech_synthesizer_client.cc
@@ -135,6 +135,12 @@ class SpeechSynthesizerClientStubImpl : public SpeechSynthesizerClient {
DISALLOW_COPY_AND_ASSIGN(SpeechSynthesizerClientStubImpl);
};
+SpeechSynthesizerClient::SpeechSynthesizerClient() {
+}
+
+SpeechSynthesizerClient::~SpeechSynthesizerClient() {
+}
+
// static
SpeechSynthesizerClient* SpeechSynthesizerClient::Create(dbus::Bus* bus) {
if (system::runtime_environment::IsRunningOnChromeOS()) {
« no previous file with comments | « chrome/browser/chromeos/dbus/speech_synthesizer_client.h ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698