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

Unified Diff: core/inspector/InspectorFrontendHost.idl

Issue 126143003: Update IDL to Chrome 32 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Add new files Created 6 years, 11 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/inspector/CodeGeneratorInspectorStrings.py ('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 678a36cb89aae12048dece41eea0cab29cf6df99..d753646b2bb299c634c382c05f609cf7f0466f45 100644
--- a/core/inspector/InspectorFrontendHost.idl
+++ b/core/inspector/InspectorFrontendHost.idl
@@ -37,11 +37,9 @@
void setZoomFactor(float zoom);
void inspectedURLChanged(DOMString newURL);
- void setAttachedWindowHeight(unsigned long height);
void setInjectedScriptForOrigin(DOMString origin, DOMString script);
void copyText(DOMString text);
- void close(DOMString url);
[Custom] DOMString platform();
[Custom] DOMString port();
@@ -53,20 +51,10 @@
[Custom] void recordPanelShown(unsigned long panelCode);
[Custom] void recordSettingChanged(unsigned long settingChanged);
- DOMString loadResourceSynchronously(DOMString url);
DOMString getSelectionBackgroundColor();
DOMString getSelectionForegroundColor();
DOMFileSystem isolatedFileSystem(DOMString fileSystemId, DOMString registeredName);
boolean isUnderTest();
-
- // Deprecated
- boolean canInspectWorkers();
- boolean canSaveAs();
- boolean canSave();
- boolean supportsFileSystems();
- void loaded();
- DOMString hiddenPanels();
- DOMString localizedStringsURL();
};
« no previous file with comments | « core/inspector/CodeGeneratorInspectorStrings.py ('k') | core/inspector/InspectorInstrumentation.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698