Index: chrome/browser/speech/chrome_speech_recognition_preferences.cc |
=================================================================== |
--- chrome/browser/speech/chrome_speech_recognition_preferences.cc (revision 154991) |
+++ chrome/browser/speech/chrome_speech_recognition_preferences.cc (working copy) |
@@ -68,17 +68,18 @@ |
PrefService::UNSYNCABLE_PREF); |
} |
-bool |
-ChromeSpeechRecognitionPreferences::Factory::ServiceRedirectedInIncognito() { |
+bool ChromeSpeechRecognitionPreferences::Factory:: |
+ServiceRedirectedInIncognito() const { |
return false; |
} |
-bool ChromeSpeechRecognitionPreferences::Factory::ServiceIsNULLWhileTesting() { |
+bool ChromeSpeechRecognitionPreferences::Factory:: |
+ServiceIsNULLWhileTesting() const { |
return true; |
} |
-bool |
-ChromeSpeechRecognitionPreferences::Factory::ServiceIsCreatedWithProfile() { |
+bool ChromeSpeechRecognitionPreferences::Factory:: |
+ServiceIsCreatedWithProfile() const { |
return false; |
} |