diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-20 11:45:42 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-20 11:45:42 +0000 |
commit | c24b40227adfa9b1c40b85a109eec73a29cb4c38 (patch) | |
tree | 622bb4cd2cbc9c9e549daca1c059ce77ac0b4f67 /content/shell/webkit_test_controller.h | |
parent | b345c847a8c9040bcb4d8f1c4a76e8cc05e20f88 (diff) | |
download | chromium_src-c24b40227adfa9b1c40b85a109eec73a29cb4c38.zip chromium_src-c24b40227adfa9b1c40b85a109eec73a29cb4c38.tar.gz chromium_src-c24b40227adfa9b1c40b85a109eec73a29cb4c38.tar.bz2 |
[content shell] plumb more WebTestDelegate methods to the browser
BUG=111316
R=thakis@chromium.org
Review URL: https://chromiumcodereview.appspot.com/12297031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@183481 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/shell/webkit_test_controller.h')
-rw-r--r-- | content/shell/webkit_test_controller.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/content/shell/webkit_test_controller.h b/content/shell/webkit_test_controller.h index 619c7da..3b4693a 100644 --- a/content/shell/webkit_test_controller.h +++ b/content/shell/webkit_test_controller.h @@ -16,6 +16,7 @@ #include "content/public/browser/notification_registrar.h" #include "content/public/browser/render_view_host_observer.h" #include "content/public/browser/web_contents_observer.h" +#include "ui/gfx/rect.h" #include "webkit/glue/webpreferences.h" class SkBitmap; @@ -128,6 +129,8 @@ class WebKitTestController : public base::NonThreadSafe, void OnGoToOffset(int offset); void OnReload(); void OnLoadURLForFrame(const GURL& url, const std::string& frame_name); + void OnSetClientWindowRect(const gfx::Rect& rect); + void OnSetFocus(bool focus); void OnNotImplemented(const std::string& object_name, const std::string& method_name); |