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

Unified Diff: testing/InternalSettings.idl

Issue 12893011: Update idl files in third_party/WebCore (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 9 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: testing/InternalSettings.idl
diff --git a/testing/InternalSettings.idl b/testing/InternalSettings.idl
index 5ddb0ae73ae34180461fd016ab75faeec3313c14..cde8df625f419a1aa97b365714ddea5dc4aefd16 100644
--- a/testing/InternalSettings.idl
+++ b/testing/InternalSettings.idl
@@ -59,4 +59,6 @@
void setStorageBlockingPolicy(in DOMString policy) raises(DOMException);
void setImagesEnabled(in boolean enabled) raises(DOMException);
void setMinimumTimerInterval(in double intervalInSeconds) raises(DOMException);
+ void setDefaultVideoPosterURL(in DOMString poster) raises(DOMException);
+ void setTimeWithoutMouseMovementBeforeHidingControls(in double time) raises(DOMException);
};
« css/FontLoader.idl ('K') | « page/DOMWindow.idl ('k') | testing/Internals.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698