[Extensions] Fix crash in chrome://extensions metrics
DidStartProvisionalLoadInFrame() is apparently not guaranteed to be called before DocumentLoadedInFrame() or DocumentOnLoadCompletedInMainFrame(). Because of this, the timer was sometimes uninitialized. Handle this gracefully. BUG=647272 Review-Url: https://codereview.chromium.org/2348383004 Cr-Commit-Position: refs/heads/master@{#419629}
Showing
Please register or sign in to comment