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

Unified Diff: webkit/glue/glue_util.h

Issue 46094: Fix our handling of mixed SSL / non-SSL content.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 9 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: webkit/glue/glue_util.h
===================================================================
--- webkit/glue/glue_util.h (revision 11701)
+++ webkit/glue/glue_util.h (working copy)
@@ -12,6 +12,7 @@
namespace WebCore {
class CString;
+class Frame;
class IntRect;
class KURL;
class String;
@@ -60,6 +61,9 @@
gfx::Rect FromIntRect(const WebCore::IntRect& r);
WebCore::IntRect ToIntRect(const gfx::Rect& r);
+// Extracts and serializes the origin of |frame|.
+std::string FrameToOrigin(WebCore::Frame* frame);
+
} // namespace webkit_glue
#endif // #ifndef WEBKIT_GLUE_GLUE_UTIL_H_

Powered by Google App Engine
This is Rietveld 408576698