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

Unified Diff: core/testing/InternalSettings.idl

Issue 15643014: Blink IDL roll. (Closed) Base URL: http://dart.googlecode.com/svn/third_party/WebCore/
Patch Set: Created 7 years, 6 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/svg/SVGZoomEvent.idl ('k') | core/testing/Internals.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/testing/InternalSettings.idl
===================================================================
--- core/testing/InternalSettings.idl (revision 23517)
+++ core/testing/InternalSettings.idl (working copy)
@@ -42,16 +42,9 @@
[RaisesException] void setMediaTypeOverride(DOMString mediaTypeOverride);
[RaisesException] void setEditingBehavior(DOMString behavior);
- [RaisesException] void setShouldDisplayTrackKind(DOMString kind, boolean enabled);
- [RaisesException] boolean shouldDisplayTrackKind(DOMString trackKind);
[RaisesException] void setImagesEnabled(boolean enabled);
[RaisesException] void setDefaultVideoPosterURL(DOMString poster);
- // FIXME: cssVariablesEnabled is a real Setting and not a
- // RuntimeEnabledFeature, but it should be changed to be a REF.
- [RaisesException] boolean cssVariablesEnabled();
- [RaisesException] void setCSSVariablesEnabled(boolean enabled);
-
// FIXME: The following are RuntimeEnabledFeatures and likely
// cannot be changed after process start. These setters should
// be removed or moved onto internals.runtimeFlags:
« no previous file with comments | « core/svg/SVGZoomEvent.idl ('k') | core/testing/Internals.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698