https://bugs.webkit.org/show_bug.cgi?id=83022
Reviewed by Yury Semikhatsky.
* public/WebDevToolsFrontendClient.h:
(WebKit::WebDevToolsFrontendClient::save):
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@113032
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2012-04-03 Pavel Feldman <pfeldman@chromium.org>
+
+ Web Inspector: [chromium] add provisional save method into the frontend client.
+ https://bugs.webkit.org/show_bug.cgi?id=83022
+
+ Reviewed by Yury Semikhatsky.
+
+ * public/WebDevToolsFrontendClient.h:
+ (WebKit::WebDevToolsFrontendClient::save):
+
2012-04-03 Bill Budge <bbudge@chromium.org>
WebViewImpl doesn't notify the page that the user has canceled fullscreen.
virtual void moveWindowBy(const WebFloatPoint&) { }
virtual void openInNewTab(const WebString& side) { }
virtual void saveAs(const WebString& fileName, const WebString& content) { }
+ virtual void save(const WebString& url, const WebString& initialPath, const WebString& content, bool saveAs) { }
protected:
virtual ~WebDevToolsFrontendClient() {}