| Index: content/shell/shell_browser_context.h
|
| diff --git a/content/shell/shell_browser_context.h b/content/shell/shell_browser_context.h
|
| index feed65df0b9b77124e333377ba09a22b3d129400..e3de35270449c18be4a2235730ce7739a7aba0f1 100644
|
| --- a/content/shell/shell_browser_context.h
|
| +++ b/content/shell/shell_browser_context.h
|
| @@ -42,6 +42,7 @@ class ShellBrowserContext : public BrowserContext {
|
| virtual HostZoomMap* GetHostZoomMap() OVERRIDE;
|
| virtual GeolocationPermissionContext*
|
| GetGeolocationPermissionContext() OVERRIDE;
|
| + virtual bool GetSpeechCensorPref() OVERRIDE;
|
| virtual bool DidLastSessionExitCleanly() OVERRIDE;
|
| virtual quota::QuotaManager* GetQuotaManager() OVERRIDE;
|
| virtual WebKitContext* GetWebKitContext() OVERRIDE;
|
|
|