DescriptionService Worker: Expose Get/Store/ClearUserData to content layer.
This will be used by chrome/browser/services/gcm/push_messaging_service_impl.cc
to store data obtained in and used by the chrome layer, that is associated with
Service Workers.
If we didn't expose these generic methods, we'd have to make an extra round-trip
to the content layer, and expose single-purpose methods somewhere whose only
purpose would be to call these methods on behalf of PushMessagingServiceImpl.
BUG=437277
Patch Set 1 #Patch Set 2 : Fix typo #
Total comments: 2
Patch Set 3 : Callback on IO thread #
Total comments: 6
Patch Set 4 : Remove unnecessary PostTasks #
Messages
Total messages: 15 (2 generated)
|