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

Unified Diff: content/renderer/shared_worker_repository.h

Issue 138333006: Now that RenderFrame is 1:1 with WebFrame, add the associated getters and start cleaning up assumpt… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 6 years, 11 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: content/renderer/shared_worker_repository.h
===================================================================
--- content/renderer/shared_worker_repository.h (revision 244810)
+++ content/renderer/shared_worker_repository.h (working copy)
@@ -22,9 +22,6 @@
explicit SharedWorkerRepository(RenderFrameImpl* render_frame);
virtual ~SharedWorkerRepository();
- // RenderFrameObserver overrides.
- virtual void WebFrameCreated(blink::WebFrame* frame) OVERRIDE;
-
// WebSharedWorkerRepositoryClient overrides.
virtual blink::WebSharedWorkerConnector* createSharedWorkerConnector(
const blink::WebURL& url,

Powered by Google App Engine
This is Rietveld 408576698