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

Unified Diff: android_webview/renderer/aw_permission_client.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
« no previous file with comments | « no previous file | android_webview/renderer/aw_permission_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/renderer/aw_permission_client.h
===================================================================
--- android_webview/renderer/aw_permission_client.h (revision 244810)
+++ android_webview/renderer/aw_permission_client.h (working copy)
@@ -19,9 +19,6 @@
private:
virtual ~AwPermissionClient();
- // content::RenderFrameObserver implementation.
- virtual void WebFrameCreated(blink::WebFrame* frame) OVERRIDE;
-
// blink::WebPermissionClient implementation.
virtual bool allowDisplayingInsecureContent(
blink::WebFrame* frame,
« no previous file with comments | « no previous file | android_webview/renderer/aw_permission_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698