From cd1c89e833b7e67b7a7ca8799122e07b65999771 Mon Sep 17 00:00:00 2001 From: "darin@chromium.org" Date: Sat, 17 Oct 2009 03:31:55 +0000 Subject: Move WebDevToolsAgent{Delegate} into the WebKit API. Moves corresponding WebView and WebViewDelegate methods too. This uses the term "Frontend" for what was previously known as "Client" in the devtools interfaces. This is to avoid awkward "ClientClient" naming. Frontend was Pavel Feldman's suggested renaming. In a follow up patch, I will be renaming WebDevToolsClient{Delegate} to WebDevToolsFrontend{Client}. R=dglazkov BUG=24597 TEST=none Review URL: http://codereview.chromium.org/287009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29369 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/renderer/external_host_bindings.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'chrome/renderer/external_host_bindings.cc') diff --git a/chrome/renderer/external_host_bindings.cc b/chrome/renderer/external_host_bindings.cc index 70b867c..1ab3cc0 100644 --- a/chrome/renderer/external_host_bindings.cc +++ b/chrome/renderer/external_host_bindings.cc @@ -7,6 +7,7 @@ #include "base/values.h" #include "chrome/common/render_messages.h" #include "webkit/api/public/WebBindings.h" +#include "webkit/api/public/WebFrame.h" using WebKit::WebBindings; -- cgit v1.1