From 309d7a28aa6c938f60ac7a543ab4a73827d29562 Mon Sep 17 00:00:00 2001 From: "aa@chromium.org" Date: Tue, 24 Mar 2009 09:18:27 +0000 Subject: Add basic infrastructure for sending async browser API request and receiving results. Review URL: http://codereview.chromium.org/42262 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12347 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/glue/webframe.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'webkit/glue/webframe.h') diff --git a/webkit/glue/webframe.h b/webkit/glue/webframe.h index 76b50c6..8f38362 100644 --- a/webkit/glue/webframe.h +++ b/webkit/glue/webframe.h @@ -32,6 +32,8 @@ class WebFrame { public: WebFrame() {} + static WebFrame* RetrieveActiveFrame(); + // Binds a C++ class to a JavaScript property of the window object. This // should generally be used via CppBoundClass::BindToJavascript() instead of // calling it directly. -- cgit v1.1