| Index: third_party/WebKit/public/web/WebFrame.h
|
| diff --git a/third_party/WebKit/public/web/WebFrame.h b/third_party/WebKit/public/web/WebFrame.h
|
| index b4d42cf5bf42e485e216874dc45c5109d652ba90..7f244d8032dc55e5da6c813152c49144bda73c88 100644
|
| --- a/third_party/WebKit/public/web/WebFrame.h
|
| +++ b/third_party/WebKit/public/web/WebFrame.h
|
| @@ -65,7 +65,6 @@ class WebLocalFrame;
|
| class WebPerformance;
|
| class WebRemoteFrame;
|
| class WebSecurityOrigin;
|
| -class WebSharedWorkerRepositoryClient;
|
| class WebString;
|
| class WebURL;
|
| class WebURLRequest;
|
| @@ -135,10 +134,6 @@ class WebFrame {
|
| // URLs
|
| virtual WebVector<WebIconURL> IconURLs(int icon_types_mask) const = 0;
|
|
|
| - // Initializes the various client interfaces.
|
| - virtual void SetSharedWorkerRepositoryClient(
|
| - WebSharedWorkerRepositoryClient*) = 0;
|
| -
|
| // The security origin of this frame.
|
| BLINK_EXPORT WebSecurityOrigin GetSecurityOrigin() const;
|
|
|
|
|