| Index: content/public/browser/content_browser_client.h
|
| ===================================================================
|
| --- content/public/browser/content_browser_client.h (revision 179290)
|
| +++ content/public/browser/content_browser_client.h (working copy)
|
| @@ -68,7 +68,6 @@
|
| class WebContents;
|
| class WebContentsView;
|
| class WebContentsViewDelegate;
|
| -class WebRTCInternals;
|
| struct MainFunctionParams;
|
| struct ShowDesktopNotificationHostMsgParams;
|
|
|
| @@ -329,10 +328,6 @@
|
| // return NULL if they're not interested.
|
| virtual MediaObserver* GetMediaObserver();
|
|
|
| - // Returns a class to get WebRTC updates. The embedder can return NULL if they
|
| - // are not interested.
|
| - virtual WebRTCInternals* GetWebRTCInternals();
|
| -
|
| // Asks permission to show desktop notifications.
|
| virtual void RequestDesktopNotificationPermission(
|
| const GURL& source_origin,
|
|
|