DescriptionFix to problem of chrome.runtime sometimes not being defined.
There appears to be some non-determinism in the order that the chrome.runtime
namespace gets set up relative to when the last_error.js file is loaded. This adds a require statement that should hopefully resolve this.
BUG=136352
TEST=Chrome webstore should function normally
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=145964
Patch Set 1 #Patch Set 2 : less hacky approach #
Total comments: 2
Patch Set 3 : single quotes #Messages
Total messages: 5 (0 generated)
|