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

Unified Diff: core/testing/InternalSettings.idl

Issue 23534036: Roll IDL files forward (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 4 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/SVGTextContentElement.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
diff --git a/core/testing/InternalSettings.idl b/core/testing/InternalSettings.idl
index 9d985113f0b084d3e5f8c2e78ac697c1e85f890e..f1d75949f840f42a61712692fe8fd1fb6a020f72 100644
--- a/core/testing/InternalSettings.idl
+++ b/core/testing/InternalSettings.idl
@@ -44,6 +44,7 @@
[RaisesException] void setImagesEnabled(boolean enabled);
[RaisesException] void setDefaultVideoPosterURL(DOMString poster);
+ [RaisesException] void setViewportEnabled(boolean enabled);
// FIXME: This is a temporary flag and should be removed once accelerated
// overflow scroll is ready (crbug.com/254111).
@@ -56,6 +57,5 @@
void setCSSExclusionsEnabled(boolean enabled);
void setExperimentalWebSocketEnabled(boolean enabled);
void setLangAttributeAwareFormControlUIEnabled(boolean enabled);
- void setLazyLayoutEnabled(boolean enabled);
void setStyleScopedEnabled(boolean enabled);
};
« no previous file with comments | « core/svg/SVGTextContentElement.idl ('k') | core/testing/Internals.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698