Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(349)

Unified Diff: third_party/WebKit/public/web/WebFrame.h

Issue 2922593002: Move SetSharedWorkerRepositoryClient method from WebFrame to WebLocalFrame. (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698