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

Unified Diff: core/testing/PluginPlaceholderOptions.idl

Issue 1660113002: Updated to Chrome 45 (2454) moved from SVN to git. Base URL: https://github.com/dart-lang/webcore.git@roll_45
Patch Set: Created 4 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/testing/Internals.idl ('k') | core/testing/PrivateScriptTest.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/testing/PluginPlaceholderOptions.idl
diff --git a/core/testing/RefCountedScriptWrappable.idl b/core/testing/PluginPlaceholderOptions.idl
similarity index 66%
copy from core/testing/RefCountedScriptWrappable.idl
copy to core/testing/PluginPlaceholderOptions.idl
index 1fc7fe0f5183c38de482f52cd63c739b42b44785..c478c294cec8f8ee3552b232b433ac1781eaed14 100644
--- a/core/testing/RefCountedScriptWrappable.idl
+++ b/core/testing/PluginPlaceholderOptions.idl
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-[
-] interface RefCountedScriptWrappable {
- [NotEnumerable] DOMString toString();
+dictionary PluginPlaceholderOptions {
+ DOMString message;
+ boolean closeable;
};
« no previous file with comments | « core/testing/Internals.idl ('k') | core/testing/PrivateScriptTest.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698