Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(398)

Unified Diff: third_party/WebCore/inspector/InspectorFrontendHost.idl

Issue 9987001: Roll IDL forward to multivm@358 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Roll to 358 Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebCore/inspector/InspectorFrontendHost.idl
diff --git a/third_party/WebCore/inspector/InspectorFrontendHost.idl b/third_party/WebCore/inspector/InspectorFrontendHost.idl
index 1127c3b83531844ff19a664ec475fc05be2a5f51..73cee58df6e3742cc07c17e21c295c507eeec591 100644
--- a/third_party/WebCore/inspector/InspectorFrontendHost.idl
+++ b/third_party/WebCore/inspector/InspectorFrontendHost.idl
@@ -52,8 +52,8 @@ module core {
void copyText(in DOMString text);
void openInNewTab(in DOMString url);
- boolean canSaveAs();
- void saveAs(in DOMString fileName, in DOMString content);
+ boolean canSave();
+ void save(in DOMString url, in DOMString content, in boolean forceSaveAs);
[Custom] DOMString platform();
[Custom] DOMString port();
« no previous file with comments | « third_party/WebCore/inspector/InjectedScriptHost.idl ('k') | third_party/WebCore/notifications/Notification.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698