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

Unified Diff: webkit/api/public/WebFrameClient.h

Issue 211013: Introduce WebKit::WebSecurityOrigin as a wrapper around... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 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 | « webkit/api/public/WebFrame.h ('k') | webkit/api/public/WebSecurityOrigin.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/api/public/WebFrameClient.h
===================================================================
--- webkit/api/public/WebFrameClient.h (revision 26545)
+++ webkit/api/public/WebFrameClient.h (working copy)
@@ -42,6 +42,7 @@
class WebMediaPlayer;
class WebMediaPlayerClient;
class WebPlugin;
+ class WebSecurityOrigin;
class WebString;
class WebURL;
class WebURLRequest;
@@ -205,8 +206,7 @@
// The indicated security origin has run active content (such as a
// script) from an insecure source. Note that the insecure content can
// spread to other frames in the same origin.
- virtual void didRunInsecureContent(
- WebFrame*, const WebString& securityOrigin) = 0;
+ virtual void didRunInsecureContent(WebFrame*, const WebSecurityOrigin&) = 0;
// Script notifications ------------------------------------------------
« no previous file with comments | « webkit/api/public/WebFrame.h ('k') | webkit/api/public/WebSecurityOrigin.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698