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

Unified Diff: content/shell/renderer/shell_render_frame_observer.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/shell/renderer/shell_render_frame_observer.h
===================================================================
--- content/shell/renderer/shell_render_frame_observer.h (revision 244810)
+++ content/shell/renderer/shell_render_frame_observer.h (working copy)
@@ -20,9 +20,6 @@
virtual ~ShellRenderFrameObserver() {}
private:
- // content::RenderFrameObserver implementation.
- virtual void WebFrameCreated(blink::WebFrame* frame) OVERRIDE;
-
DISALLOW_COPY_AND_ASSIGN(ShellRenderFrameObserver);
};

Powered by Google App Engine
This is Rietveld 408576698