| Index: chrome/test/base/testing_profile.cc
|
| diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc
|
| index d75727a03074ecc85ff78c36901f98ba4f9b59f8..5c27d7e3ac49214fde91e7661bf6833b16dae0ab 100644
|
| --- a/chrome/test/base/testing_profile.cc
|
| +++ b/chrome/test/base/testing_profile.cc
|
| @@ -640,6 +640,10 @@ TestingProfile::GetGeolocationPermissionContext() {
|
| return geolocation_permission_context_.get();
|
| }
|
|
|
| +bool TestingProfile::GetSpeechCensorPref() {
|
| + return true;
|
| +}
|
| +
|
| HostZoomMap* TestingProfile::GetHostZoomMap() {
|
| return NULL;
|
| }
|
|
|