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

Unified Diff: chrome/common/tts_utterance_request.h

Issue 1127163004: Delete unused code in chrome/common or mark them as platform specific. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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/common/tts_utterance_request.h
diff --git a/chrome/common/tts_utterance_request.h b/chrome/common/tts_utterance_request.h
index e652b5ab7fa61391abea556e842d67d61e78d629..e3dcf1803ea4a16e17a86432e60dea3a5998f81f 100644
--- a/chrome/common/tts_utterance_request.h
+++ b/chrome/common/tts_utterance_request.h
@@ -34,11 +34,4 @@ struct TtsVoice {
bool is_default;
};
-struct TtsUtteranceResponse {
- TtsUtteranceResponse();
- ~TtsUtteranceResponse();
-
- int id;
-};
-
#endif // CHROME_COMMON_TTS_UTTERANCE_REQUEST_H_

Powered by Google App Engine
This is Rietveld 408576698