| Index: content/public/browser/content_browser_client.cc
|
| ===================================================================
|
| --- content/public/browser/content_browser_client.cc (revision 179290)
|
| +++ content/public/browser/content_browser_client.cc (working copy)
|
| @@ -173,10 +173,6 @@
|
| return NULL;
|
| }
|
|
|
| -WebRTCInternals* ContentBrowserClient::GetWebRTCInternals() {
|
| - return NULL;
|
| -}
|
| -
|
| WebKit::WebNotificationPresenter::Permission
|
| ContentBrowserClient::CheckDesktopNotificationPermission(
|
| const GURL& source_origin,
|
|
|