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

Unified Diff: chrome/browser/extensions/extension_tts_api_gtk.cc

Issue 3640001: Refactored TTS extension code so that the platform-specific TTS... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 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
Index: chrome/browser/extensions/extension_tts_api_gtk.cc
===================================================================
--- chrome/browser/extensions/extension_tts_api_gtk.cc (revision 62145)
+++ chrome/browser/extensions/extension_tts_api_gtk.cc (working copy)
@@ -1,17 +0,0 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "extension_tts_api.h"
-
-bool ExtensionTtsSpeakFunction::RunImpl() {
- return false;
-}
-
-bool ExtensionTtsStopSpeakingFunction::RunImpl() {
- return false;
-}
-
-bool ExtensionTtsIsSpeakingFunction::RunImpl() {
- return false;
-}
« no previous file with comments | « chrome/browser/extensions/extension_tts_api_chromeos.cc ('k') | chrome/browser/extensions/extension_tts_api_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698