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

Unified Diff: chrome/browser/speech/tts_platform.h

Issue 448033002: Eliminate the dependency of Profile from TtsMessageFilter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed compilation error on ChromeOS Created 6 years, 4 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/speech/tts_message_filter.cc ('k') | chrome/browser/speech/tts_platform.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/speech/tts_platform.h
diff --git a/chrome/browser/speech/tts_platform.h b/chrome/browser/speech/tts_platform.h
index e396b7f78e748d0d55cf4868d726a9785ee3ebcf..c4a29e729651249b90a0512fc9ef11379973c0ea 100644
--- a/chrome/browser/speech/tts_platform.h
+++ b/chrome/browser/speech/tts_platform.h
@@ -23,7 +23,8 @@ class TtsPlatformImpl {
// false if it's already loaded or if there's no extension to load.
// Will call TtsController::RetrySpeakingQueuedUtterances when
// the extension finishes loading.
- virtual bool LoadBuiltInTtsExtension(Profile* profile);
+ virtual bool LoadBuiltInTtsExtension(
+ content::BrowserContext* browser_context);
// Speak the given utterance with the given parameters if possible,
// and return true on success. Utterance will always be nonempty.
« no previous file with comments | « chrome/browser/speech/tts_message_filter.cc ('k') | chrome/browser/speech/tts_platform.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698