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

Unified Diff: core/inspector/InspectorFrontendHost.idl

Issue 155973006: Roll IDL to 1750 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 6 years, 10 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
« no previous file with comments | « core/html/track/vtt/VTTRegionList.idl ('k') | core/inspector/InspectorInstrumentation.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/inspector/InspectorFrontendHost.idl
diff --git a/core/inspector/InspectorFrontendHost.idl b/core/inspector/InspectorFrontendHost.idl
index d753646b2bb299c634c382c05f609cf7f0466f45..467e7aa563e4807429c52605f1ddbb71095bcd6e 100644
--- a/core/inspector/InspectorFrontendHost.idl
+++ b/core/inspector/InspectorFrontendHost.idl
@@ -33,7 +33,6 @@
[
NoInterfaceObject
] interface InspectorFrontendHost {
- void closeWindow();
void setZoomFactor(float zoom);
void inspectedURLChanged(DOMString newURL);
@@ -55,6 +54,7 @@
DOMString getSelectionForegroundColor();
DOMFileSystem isolatedFileSystem(DOMString fileSystemId, DOMString registeredName);
+ void upgradeDraggedFileSystemPermissions(DOMFileSystem domFileSystem);
boolean isUnderTest();
};
« no previous file with comments | « core/html/track/vtt/VTTRegionList.idl ('k') | core/inspector/InspectorInstrumentation.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698