Convert remoting_unittests to run exclusively on Swarming
[chromium-blink-merge.git] / chrome / common / tts_utterance_request.cc
blob23b5dce20bc3baa58b4466f24a8e1b0a120fae1c
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "chrome/common/tts_utterance_request.h"
7 TtsUtteranceRequest::TtsUtteranceRequest()
8 : id(0),
9 volume(1.0),
10 rate(1.0),
11 pitch(1.0) {
14 TtsUtteranceRequest::~TtsUtteranceRequest() {
17 TtsVoice::TtsVoice()
18 : local_service(true),
19 is_default(false) {
22 TtsVoice::~TtsVoice() {