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

Unified Diff: Source/core/testing/PluginPlaceholderOptions.idl

Issue 720673002: Replace generic Dictionary with DictionaryPluginPlaceholderOptions (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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 | « Source/core/testing/Internals.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/testing/PluginPlaceholderOptions.idl
diff --git a/Source/core/frame/ScrollOptions.idl b/Source/core/testing/PluginPlaceholderOptions.idl
similarity index 66%
copy from Source/core/frame/ScrollOptions.idl
copy to Source/core/testing/PluginPlaceholderOptions.idl
index 615da4b006a4fd237594236fd4dc0940c3389773..c478c294cec8f8ee3552b232b433ac1781eaed14 100644
--- a/Source/core/frame/ScrollOptions.idl
+++ b/Source/core/testing/PluginPlaceholderOptions.idl
@@ -2,8 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// Spec: Non-standard
-
-dictionary ScrollOptions {
- DOMString behavior;
+dictionary PluginPlaceholderOptions {
+ DOMString message;
+ boolean closeable;
};
« no previous file with comments | « Source/core/testing/Internals.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698