| Index: chrome/test/chromedriver/web_view_impl.h
|
| diff --git a/chrome/test/chromedriver/web_view_impl.h b/chrome/test/chromedriver/web_view_impl.h
|
| index 61179385d2cd376ee62053beb92ddf544058113c..fd1f3e80333e2371b237a64959a5c014a97a025a 100644
|
| --- a/chrome/test/chromedriver/web_view_impl.h
|
| +++ b/chrome/test/chromedriver/web_view_impl.h
|
| @@ -66,6 +66,8 @@ class WebViewImpl : public WebView {
|
| virtual Status GetMainFrame(std::string* out_frame) OVERRIDE;
|
| virtual JavaScriptDialogManager* GetJavaScriptDialogManager() OVERRIDE;
|
| virtual Status CaptureScreenshot(std::string* screenshot) OVERRIDE;
|
| + virtual Status GetFramePath(const std::string& frame_id,
|
| + std::list<Frame>* frames) OVERRIDE;
|
|
|
| private:
|
| std::string id_;
|
|
|