| Index: content/shell/shell_browser_context.cc
|
| diff --git a/content/shell/shell_browser_context.cc b/content/shell/shell_browser_context.cc
|
| index fed9fba1ea7846601986113e58b7655f6aaa57ff..b0cdb787fa133653a7eaf0018aecc314d2b40ebb 100644
|
| --- a/content/shell/shell_browser_context.cc
|
| +++ b/content/shell/shell_browser_context.cc
|
| @@ -317,6 +317,10 @@ GeolocationPermissionContext*
|
| return geolocation_permission_context_;
|
| }
|
|
|
| +bool ShellBrowserContext::GetSpeechCensorPref() {
|
| + return true;
|
| +}
|
| +
|
| bool ShellBrowserContext::DidLastSessionExitCleanly() {
|
| return true;
|
| }
|
|
|