| Index: public/web/WebFrameClient.h
|
| diff --git a/public/web/WebFrameClient.h b/public/web/WebFrameClient.h
|
| index 6cd2cce44e5b6828043db05be0958ef065c59749..399316ba25ac5bcc08fee13e50fbf4da892bc430 100644
|
| --- a/public/web/WebFrameClient.h
|
| +++ b/public/web/WebFrameClient.h
|
| @@ -84,8 +84,7 @@
|
| class WebURL;
|
| class WebURLResponse;
|
| class WebUserMediaClient;
|
| -class WebWorkerContentSettingsClientProxy;
|
| -class WebWorkerPermissionClientProxy; // Required by embedder to compile.
|
| +class WebWorkerPermissionClientProxy;
|
| struct WebColorSuggestion;
|
| struct WebConsoleMessage;
|
| struct WebContextMenuData;
|
| @@ -116,7 +115,7 @@
|
| virtual WebServiceWorkerProvider* createServiceWorkerProvider(WebLocalFrame* frame) { return 0; }
|
|
|
| // May return null.
|
| - virtual WebWorkerContentSettingsClientProxy* createWorkerContentSettingsClientProxy(WebLocalFrame*) { return 0; }
|
| + virtual WebWorkerPermissionClientProxy* createWorkerPermissionClientProxy(WebLocalFrame*) { return 0; }
|
|
|
| // Create a new WebPopupMenu. In the "createExternalPopupMenu" form, the
|
| // client is responsible for rendering the contents of the popup menu.
|
|
|