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

Unified Diff: Source/modules/encryptedmedia/MediaKeyStatusMap.idl

Issue 920713002: Add Maplike<> utility mixin class for implementing maplike interfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@idl-iterable-etc-typedefs
Patch Set: drop some includes Created 5 years, 10 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 | « Source/modules/encryptedmedia/MediaKeyStatusMap.cpp ('k') | Source/modules/webmidi/MIDIInputMap.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/encryptedmedia/MediaKeyStatusMap.idl
diff --git a/Source/modules/encryptedmedia/MediaKeyStatusMap.idl b/Source/modules/encryptedmedia/MediaKeyStatusMap.idl
index 7a71c065baaaf74a9dd86c16084e524dc944f386..f0775839f6bfcf65a1909be51f43114cb5a642c5 100644
--- a/Source/modules/encryptedmedia/MediaKeyStatusMap.idl
+++ b/Source/modules/encryptedmedia/MediaKeyStatusMap.idl
@@ -15,10 +15,5 @@ enum MediaKeyStatus {
GarbageCollected,
] interface MediaKeyStatusMap {
readonly attribute unsigned long size;
-
- // This function returns undefined if |!this->has(key)|.
- [TreatReturnedNullStringAs=Undefined] MediaKeyStatus get(BufferSource key);
- boolean has(BufferSource key);
-
readonly maplike <BufferSource, MediaKeyStatus>;
};
« no previous file with comments | « Source/modules/encryptedmedia/MediaKeyStatusMap.cpp ('k') | Source/modules/webmidi/MIDIInputMap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698