StreamusChromeExtension icon indicating copy to clipboard operation
StreamusChromeExtension copied to clipboard

Remove _.noop callback for several Chrome API calls

Open MeoMix opened this issue 9 years ago • 0 comments

I have API calls to:

  • chrome.runtime.requestUpdateCheck
  • chrome.tabs.highlight

both of which have a mandatory callback, but the callback is not needed.

This is being resolved in: https://code.google.com/p/chromium/issues/detail?id=417564

Go through and remove these references once it becomes stable.

MeoMix avatar May 12 '15 06:05 MeoMix