| Index: android_webview/browser/aw_resource_context.h
|
| diff --git a/android_webview/browser/aw_resource_context.h b/android_webview/browser/aw_resource_context.h
|
| index fdec09358e5ee26263bd6db497514aed262a39fd..baf52b9291aebe242f04c97d107cc4b50d5adf41 100644
|
| --- a/android_webview/browser/aw_resource_context.h
|
| +++ b/android_webview/browser/aw_resource_context.h
|
| @@ -28,8 +28,6 @@ class AwResourceContext : public content::ResourceContext {
|
| // content::ResourceContext implementation.
|
| virtual net::HostResolver* GetHostResolver() OVERRIDE;
|
| virtual net::URLRequestContext* GetRequestContext() OVERRIDE;
|
| - virtual bool AllowMicAccess(const GURL& origin) OVERRIDE;
|
| - virtual bool AllowCameraAccess(const GURL& origin) OVERRIDE;
|
|
|
| private:
|
| net::URLRequestContextGetter* getter_;
|
|
|