DescriptionMedia Galleries API Metadata: Make Blob native extension bindings available to multiple extensions.
Feedback_private currently has a extension native handler for getting a Blob's UUID. Media Galleries API Metadata and other extensions that take a Blob will also want this.
This simply moves the function from a Feedback_private specific custom binding to a general ObjectBackedNativeHandler called BlobNativeHandler. This follows the CssNativeHandler example.
The parent class changed from ChromeV8Extension to ObjectBackedNativeHandler because ChromeV8Extension class has been deprecated.
R=thestig@chromium.org
BUG=318450
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=236847
Patch Set 1 #
Total comments: 4
Patch Set 2 : add comment #Patch Set 3 : address comments #Patch Set 4 : #
Messages
Total messages: 11 (0 generated)
|