Are these changes released and working?
I am getting an exception no matter which of these three variants I
try in my content script:
var all_windows = chrome.windows.getAll({ populate: true }, function
(windows) { });
var all_windows = chrome.windows.getAll(null, function(windows) { });
var all_windows = chrome.windows.getAll(true, function(windows) { });
I running a build from source that I updated yesterday afternoon, Tues
Sept. 8.
regards
Michael
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Chromium-extensions" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/chromium-extensions?hl=en
-~----------~----~----~----~------~----~------~--~---