| Index: content/shell/webkit_test_controller.h
|
| diff --git a/content/shell/webkit_test_controller.h b/content/shell/webkit_test_controller.h
|
| index 9b561817eceb76d07af0013d2d98382cbcd2528d..787fde00cfde3c97be265c35642dba0f4d8d5b80 100644
|
| --- a/content/shell/webkit_test_controller.h
|
| +++ b/content/shell/webkit_test_controller.h
|
| @@ -117,6 +117,9 @@ class WebKitTestController : public base::NonThreadSafe,
|
| void OnTestFinished(bool did_timeout);
|
| void OnShowDevTools();
|
| void OnCloseDevTools();
|
| + void OnGoToOffset(int offset);
|
| + void OnReload();
|
| + void OnLoadURLForFrame(const GURL& url, const std::string& frame_name);
|
|
|
| void OnNotImplemented(const std::string& object_name,
|
| const std::string& method_name);
|
|
|