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

Unified Diff: third_party/WebKit/Source/core/testing/InternalDictionaryDerivedDerived.idl

Issue 2183623004: Add IDLDictionaryBase (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comment Created 4 years, 5 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 | « third_party/WebKit/Source/core/testing/DictionaryTest.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/testing/InternalDictionaryDerivedDerived.idl
diff --git a/ipc/ipc_test.mojom b/third_party/WebKit/Source/core/testing/InternalDictionaryDerivedDerived.idl
similarity index 59%
copy from ipc/ipc_test.mojom
copy to third_party/WebKit/Source/core/testing/InternalDictionaryDerivedDerived.idl
index 9c1b30e2a3a51688acc3f8fe1746e37f430856f5..9635903a55f762a682b79b8048656d6b1678f1ee 100644
--- a/ipc/ipc_test.mojom
+++ b/third_party/WebKit/Source/core/testing/InternalDictionaryDerivedDerived.idl
@@ -2,9 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-module IPC.mojom;
-
-interface SimpleTestDriver {
- ExpectString(string str);
- RequestQuit() => ();
+dictionary InternalDictionaryDerivedDerived : InternalDictionaryDerived {
+ DOMString derivedDerivedStringMember;
};
« no previous file with comments | « third_party/WebKit/Source/core/testing/DictionaryTest.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698